jeme commented on issue #333:
URL: https://github.com/apache/lucenenet/issues/333#issuecomment-685039718
This certainly sounds oversuspicious, we have an index with over a million documents, each
with thousands of fields.
If i do a free text search (meaning it accesses all fields) starting and ending with a
wildcard (eg. *a*), which is probably the worst case scenario I can think of, it takes merely
~50 seconds, that is including loading the actual 9 megabytes of data the search produces
and returning it over the wire. (not completely satisfying, but considering the punishment
I just directed at the index + wire, it's somewhat understandable)...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
|