Re: Crazy increase of MultiPhraseQuery memory usage in Lucene 5 (compared with 3)

2016-10-05 Thread Trejkaz
Thought I would try some thread necromancy here, because nobody replied about this a year ago. Now we're on 5.4.1 and the numbers changed a bit again. Recording best times for each operation. Indexing: 5.723 s SpanQuery: 25.13 s MultiPhraseQuery: (waited 10 minutes and it hasn't compl

PhraseQuery

2016-10-05 Thread lukes
Hi all, I am trying to do phrase query search, but hitting into problem of not getting any results. Basically, i am indexing the document with some fields in it(String, Text, Numbers and so on). My basic queries are working, but when i am trying to do PhraseQueries i am not finding any results.