| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
1398 (0.109s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: copyField generates "multiple values encountered for non multiValued field" - Solr - [mail # user]
|
|
..."read current state, manipulate fields and then add the document with the same id)" Ahh... then you have an IMPLICIT reference to the field in your Java code - you explicit...
|
|
|
Author: Jack Krupansky,
2013-06-06, 11:52
|
|
|
Re: copyField generates "multiple values encountered for non multiValued field" - Solr - [mail # user]
|
|
...1. Try a simple curl command to add the document. 2. Check to see if maybe there is a duplicate copyField directive in your schema. How many copyField directives do you have? &nb...
|
|
|
Author: Jack Krupansky,
2013-06-06, 11:34
|
|
|
Re: Filtering on results with more than N words. - Solr - [mail # user]
|
|
...I don't recall seeing any such filter. Sounds like a good idea though. Although, maybe it is another good idea that really isn't too necessary for solving many real world problem...
|
|
|
Author: Jack Krupansky,
2013-06-06, 11:20
|
|
|
Re: How to update a particular document on multi-shards configuration? - Solr - [mail # user]
|
|
...That's what SolrCloud was invented for - fully-distributed indexing where any update can be sent to any node. With non-SolrCloud distributed Solr, YOU, the developer are responsi...
|
|
|
Author: Jack Krupansky,
2013-06-06, 00:06
|
|
|
Re: search for docs where location not present - Solr - [mail # user]
|
|
...Either have your update client explicitly set a boolean field that indicates whether location is present, or use an update processor to set an explicit boolean field that means n...
|
|
|
Author: Jack Krupansky,
2013-06-05, 22:14
|
|
|
Re: Solrj Stats encoding problem - Solr - [mail # user]
|
|
...Sounds like the Solr Admin UI is too-aggressively encoding the query part of the URL for display. Each query parameter value needs to be encoded, not the entire URL query string ...
|
|
|
Author: Jack Krupansky,
2013-06-05, 20:36
|
|
|
Re: copyField generates "multiple values encountered for non multiValued field" - Solr - [mail # user]
|
|
...Look in the Solr log - the error message should tell you what the multiple values are. For example, 95484 [qtp2998209-11] ERROR org.apache.solr.core.SolrCore – org.ap...
|
|
|
Author: Jack Krupansky,
2013-06-05, 19:12
|
|
|
Re: Phrase matching with set union as opposed to set intersection on query terms - Solr - [mail # user]
|
|
..."Is there any other documentation that I should review?" It's in the works! Within a week or two. From: Dotan Cohen Sent: Wednesday, June 05, 2013 12:06 PM To: [EMAIL PROTECTED]...
|
|
|
Author: Jack Krupansky,
2013-06-05, 16:13
|
|
|
Re: Configuring lucene to suggest the indexed string for all the searches of the substring of the indexed string - Solr - [mail # user]
|
|
...ngrams? See: http://lucene.apache.org/core/4_3_0/analyzers-common/org/apache/lucene/analysis/ngram/NGramFilterFactory.html From: Prathik Puthran Sent: Wednesday, June 05, 2013 1...
|
|
|
Author: Jack Krupansky,
2013-06-05, 16:09
|
|
|
Re: No files added to classloader from lib - Solr - [mail # user]
|
|
..."apache-solr-dataimporthandler-.*\.jar" - note that the "apache-" prefix has been removed from Solr jar files. From: O. Olson Sent: Wednesday, June 05, 2013 12:01 PM To: [EMAIL ...
|
|
|
Author: Jack Krupansky,
2013-06-05, 16:08
|
|
|
|