Git Product home page Git Product logo

fxdesktopsearch's Introduction

Hello, my name is Mirko Sertic. Software Engineer ๐Ÿ‘‹.

What I do

I provide Software and Support in the field of electronic data processing. As a consultant and software craftsman I have supported a number of major players in projects of all sizes in Germany and Switzerland. My experience as a developer and architect makes informed decisions, sustainable architectures and sound operation of all kinds of software.

fxdesktopsearch's People

Contributors

dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar mattbk avatar mirkosertic avatar mlt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fxdesktopsearch's Issues

Type ahead search

Please kindly implement the type ahead search. There are no updates for a year. please kindly update the product with new features if possible.

Unable to mvn compile. Compilation instructions?

I'd like to build a version from source. I am experienced with Maven and Gradle (ok, rusty with maven). Are there any setup instructions needed?

I'm guessing the lack of a settings.xml file is the issue. If a minimum settings.xml file could be shared I can try that.

Error message

[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.227 s
[INFO] Finished at: 2023-11-28T17:15:49-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project FXDesktopSearch: Could not resolve dependencies for project de.mirkosertic.desktopsearch:FXDesktopSearch:jar:3.3.0: Failed to collect dependencies at org.apache.solr:solr-core:jar:8.1.0 -> org.restlet.jee:org.restlet:jar:2.3.0: Failed to read artifact descriptor for org.restlet.jee:org.restlet:jar:2.3.0: Could not transfer artifact org.restlet.jee:org.restlet:pom:2.3.0 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [maven-restlet (http://maven.restlet.org, default, releases+snapshots), apache.snapshots (http://repository.apache.org/snapshots, default, disabled)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.

Version

* e4b53dd 2019-05-22 Release 3.3.0  Mirko Sertic  (HEAD, tag: v3.3.0)

Environment

$ java -version

openjdk version "11.0.12" 2021-07-20
OpenJDK Runtime Environment Homebrew (build 11.0.12+0)
OpenJDK 64-Bit Server VM Homebrew (build 11.0.12+0, mixed mode) 
$ mvn --version

Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /Volumes/numerous/usr/local/homebrew/Cellar/maven/3.8.6/libexec
Java version: 18.0.2, vendor: Homebrew, runtime: /Volumes/numerous/2022/usr/local/homebrew/Cellar/openjdk/18.0.2/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.7", arch: "x86_64", family: "mac"
$ uname -a

Darwin air.local 19.6.0 Darwin Kernel Version 19.6.0: Tue Jun 21 21:18:39 PDT 2022; root:xnu-6153.141.66~1/RELEASE_X86_64 x86_64 i386 MacBookAir9,1 Darwin

Full environment

env.txt

Index all files recognized by Tika, not by extension

Here is the use case. I'd like to index custom types (by extending Tika). Those files can have different extensions (it doesn't matter). Also extensions sometime can vary, like htm and html that are included separately as of now. Also I'd like to index metadata from photos, so jpg vs jpeg is next that comes to mind.

I suggest to check content-type (or something) returned by Tika instead of supportsFile and, probably, ignore it if it is application/octet-stream.

Easy Navigation and Enhancing Help

After search results found for the given text and would be better if it has the following options

  1. Next
  2. Previous
  3. First
  4. End
  5. Go to Nth Search Result - ex:100 - go to 100th match of the given text
  6. Pagination
  7. Pagination Size
  8. Sample Search Text and Result in a Image in the front page of the project to understand quickly how the search has to be made, ex: https://cdn.intellipaat.com/wp-content/uploads/2015/08/implicit-search-commands.png and beautiful example on google search - https://ahrefs.com/blog/google-advanced-search-operators/

Example, search with quotes, search with asterisk, search with brackets, search with colon - all example in a table format and result would be easy to understand

Support for custom extensions

I would like to scan custom extensions as well. I work a lot with structured documents like .csv, .xml, .json etc. These could be scanned like normal text files.

Replace handcrafted Lucene handler by "Embedded" Solr

The current handcrafted Lucene handler can be replaced by some kind of "embedded" Solr server. This will greatly reduce complexity in the whole codebase and will make DesktopSearch relying on "standard" components with a stable API.

Preview window with navigation would be helpful

Hi,

The search result and search performance is good..However hard to navigate docx/pdf for the keyword entered.
It would be helpful for everyone if you have preview link and on clicking the file will be opened in text with next, previous to go with matches inside the file...also another next, previous to go with next occurences....Basically open pdf or docx with plain text and higlight the search...

This would be an easy to add but it would be very much helpful for many

example:

image

Thanks

Add support for web crawling

There should be support for web page crawling, for instance to integrate the corporate intranet into the search.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.