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
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,
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
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
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-
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