Re: Create Best Query For My Case

2018-09-06 Thread thturk
problem is that i am getting back all of the results with matches on fieldCity, whether i have a match on fieldText or not, and i want all results to have at least one match on fieldText. What i have now is basically: +city text1 text2 text3. The only term required to match is the city. The rest

How to find out which active node CloudSolrClient picked up

2018-09-06 Thread ramesh choudhury
Hello, I have a requirement to develop a load balancer client for Search. I am trying to use CloudSolrClient API query my collections. As per documentation, it says that, CloudSolrClient internally uses "LBHttpSolrClient" send the requests in a round-robin way to all live nodes. I implemented tha

SynonymMap

2018-09-06 Thread Baris Kazar
Hi,- how does SynonymMap deal with repeated values? Best regards - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: Lucene API to retrieve matched words

2018-09-06 Thread Mikhail Khludnev
Hello. What about MultiFields.getTerms().iterator().seekCeil(new BytesRef("ski")) ? On Thu, Sep 6, 2018 at 12:39 AM Mike Grishaber wrote: > Hello All, > > > > I am trying to find a way to retrieve a list of the words that matched a > query. I'm not looking for highlighting, just a list of the