FXDesktopSearch icon indicating copy to clipboard operation
FXDesktopSearch copied to clipboard

Start with faceted browse on all documents if query string is empty

Open mlt opened this issue 9 years ago • 1 comments

I don't know if this is intentional, but it might be nice to start with showing available facets right away, i.e. set theQuery to new MatchAllDocsQuery when query is empty.

mlt avatar Apr 13 '16 20:04 mlt

There is no paging implemented currently. Without effective paging, this would fillupp app application memory and terminate the JVM. So before this can be implemented, paging must be implemented,

mirkosertic avatar Apr 18 '19 15:04 mirkosertic