Re: Sampled Queries -- Use Cases and Feedback

2019-06-09 Thread Atri Sharma
Any thoughts on this? I am envisioning applications to machine learning systems, where the training dataset might be a small sample of the entire dataset, and the user wants scoring to be done only on samples of the dataset. On Fri, Jun 7, 2019 at 5:45 PM Atri Sharma wrote: > > Hi All, > > While

Re: FuzzyQuery

2019-06-09 Thread Atri Sharma
On Sun, Jun 9, 2019 at 8:53 PM Tomoko Uchida wrote: > > Hi, > > What analyzer do you use for the text field? Is the term "Main" > correctly indexed? Agreed. Also, it would be good if you could post your actual code. What analyzer are you using? If you are using StandardAnalyzer, then all of your

Re: FuzzyQuery

2019-06-09 Thread Tomoko Uchida
Hi, What analyzer do you use for the text field? Is the term "Main" correctly indexed? 2019年6月8日(土) 9:13 Baris Kazar : > > Hi,- > i cant get FuzzyQuery working for searching with a query like Mains~2 to > find the word Main in a TextField. > Any suggestions please? > > -