RE: Improve Search Speed

2018-08-16 Thread thturk
Thank you for your advice as i researched many people suggest me same things like making better complex queries to get more spesific results . but i didnt excatly get what is more spesifc queries . More indexed fields and put many different kind of boolean queries in it mostly i am using fuzzy

RE: Improve Search Speed

2018-08-15 Thread Uwe Schindler
o: java-user@lucene.apache.org > Subject: Improve Search Speed > > Hey i am new in Lucene and i want to search indexes in *100 *ms; > FileSize is* 2gb* and indexes are seperated via some type( 6 files ) and > there are *20m records* in file > i set searcher and reader in th

Improve Search Speed

2018-08-15 Thread thturk
Hey i am new in Lucene and i want to search indexes in *100 *ms; FileSize is* 2gb* and indexes are seperated via some type( 6 files ) and there are *20m records* in file i set searcher and reader in the constructor and i have boolean query which include fuzzy query and wildcard query. ev

How to use FieldCache and Custom Collector to improve search speed

2017-04-10 Thread neeraj shah
I am using Lucene 3.6 and i am trying to implement FieldCache. I have seen some posts but did not get any clear idea. Can anyone please suggest me any link where i can find proper example of FieldCache and how to use it while searching.