Get MLT Interesting Terms for a set of documents corresponding to the query specified

2019-01-20 Thread Pratik Patel
Hi Everyone! I am trying to use MLT request handler. My query matches more than one documents but the response always seems to pick up the first document and interestingTerms also seems to be corresponding to that single document only. What I am expecting is that if my query matches multiple docu

Re: Error using collapse parser with /export

2019-01-20 Thread Rahul Goswami
Hello, Following up on my query. I know this might be too specific an issue. But I just want to know that it's a legitimate bug and the supported operation is allowed with the /export handler. If someone has an idea about this and could confirm, that would be great. Thanks, Rahul On Thu, Jan 17,

Re: solr-query

2019-01-20 Thread Aman Tandon
Hi Shilpa, I am assuming you know the functionality of synonym. Synonym in Solr can be applied over the tokens getting indexed/queried for the field. In order to apply synonym to a field you need to update the configuration file schema.xml where you also define a file (synonym.txt is default, you

Re: REBALANCELEADERS is not reliable

2019-01-20 Thread Erick Erickson
Bernd: I just committed fixes on SOLR-13091 and SOLR-10935 to the repo, if you wanted to give it a whirl it's ready. By tonight (Sunday) I expect to change the response format a bit and update the ref guide, although you'll have to look at the doc changes in the format. There's a new summary secti

Re: Same field name cannot be added in newer Solr versions

2019-01-20 Thread Shawn Heisey
On 1/19/2019 8:47 PM, Arunan Sugunakumar wrote: I used SolrJ 7.2.1 and Apache Solr 7.2.1 in one of my projects. Prior to data indexing, I create the fields and field types using SchemaAPI in SolrJ. If a same field name is repeated, solr did not return an exception, but simply ignored it (or over-

Re: Same field name cannot be added in newer Solr versions

2019-01-20 Thread Jörn Franke
You can ask Solr to replace it: https://lucene.apache.org/solr/guide/7_6/schema-api.html Note: it throws an error if it does not exist. Or you can delete (if exist) and add it. > Am 20.01.2019 um 04:47 schrieb Arunan Sugunakumar : > > Hi, > > I used SolrJ 7.2.1 and Apache Solr 7.2.1 in one of m