Re: Solr NLS custom query parser

2017-06-15 Thread aruninfo100
Hi Michael, I have indexed the documents in such a way,I used OpenNLP to extract named entities and POS and has indexed these data to respective fields. I have read(my understanding) that for natural language search using Solr,once you have the entities extracted the next step is to create a custo

Re: Solr NLS custom query parser

2017-06-15 Thread Michael Kuhlmann
Hi Arun, your question is too generic. What do you mean with nlp search? What do you expect to happen? The short answer is: No, there is no such parser because the individual requirements will vary a lot. -Michael Am 14.06.2017 um 16:32 schrieb aruninfo100: > Hi, > > I am trying to configure NL