Re: FuzzyQuery

2019-06-11 Thread Tomoko Uchida
I'd suggest to correctly understand the way a software works before suspecting its bug :-) I guess you may miss two points: 1. the standard analyzer (standard tokenizer) breaks words by double quote (U+0022) so quotes are not indexed or searched at all if you are using standard analyzer. (That is

Re: FuzzyQuery

2019-06-11 Thread baris . kazar
i can say that quotes is not the issue with index as it still results in same results with quotes or without quotes. i am starting to feel that this might be a bug maybe?? Best regards On 6/10/19 2:46 PM, baris.ka...@oracle.com wrote: Somehow " is causing an issue as this should return stree

Re: docValues & facets

2019-06-11 Thread John Davis
Solr folks mentioned this is dependent on lucene's behavior of merging segments. I am not sure where the right answer lies.. On Tue, Jun 11, 2019 at 12:01 AM Adrien Grand wrote: > Hi John, > > You probably meant to send this to the solr-user@lucene.a.o list, this > java-user@ mailing list is for

Re: Sampled Queries -- Use Cases and Feedback

2019-06-11 Thread Michael Sokolov
Atri, in the abstract it sounds like a great idea, but in practice it will only be as good as the data that drives it. I think that to make this work it would be a good idea to write up a proposal of some sort targeting different open (or commercial, although I doubt you would get much of this) sou

Re: docValues & facets

2019-06-11 Thread Adrien Grand
Hi John, You probably meant to send this to the solr-user@lucene.a.o list, this java-user@ mailing list is for questions about Lucene. On Tue, Jun 11, 2019 at 4:54 AM John Davis wrote: > > Hi there, > We recently changed a field from TextField no docValues to > SortableTextField which has docVal