Re: QueryParser
Dear Team, Any Update ? On Fri, 21 Mar 2014 14:40:51 +0530 kalaikwrote Dear Team, we are using lucene in our product , it well searching for high speed and performance but Japaneese, chinese
Re: Question about Payloads in Lucene 4.5
Hello Rohit, We had a similar query time bottleneck when attempting to map lucene's internal id's to the uniqueKey, especially as we generally return only the uniqueKey to the user we had no other use of the stored field. As you noted, every internal id --> uniqueKey id requires a disk seek and as