| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
1246 (0.594s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Deleting an entry from a collection when they key has ":" in it - Solr - [mail # user]
|
|
...Technically, core Solr does not require a unique key. A lot of features in Solr do require unique keys, and it is recommended that you have unique keys, but it is not an absolute...
|
|
|
Author: Jack Krupansky,
2013-05-17, 03:47
|
|
|
Re: Deleting an entry from a collection when they key has ":" in it - Solr - [mail # user]
|
|
...You need to escape colons in queries, using either a backslash or enclosing the full query term in quotes. In your case, you have backslashes as well in your query, which the que...
|
|
|
Author: Jack Krupansky,
2013-05-16, 17:20
|
|
|
Re: Strange fuzzy behavior in 4.2.1 - Solr - [mail # user]
|
|
...Go ahead and file a Jira and hopefully that will attract some committer attention that might shed some more light. Beyond that, sure you can build Solr yourself and change the qu...
|
|
|
Author: Jack Krupansky,
2013-05-16, 17:14
|
|
|
Re: Question about Edismax - Solr 4.0 - Solr - [mail # user]
|
|
...Could you show us the full query URL - spaces must be encoded in URL query parameters. Also show the actual field XML - you omitted that. Try the same query as a main query...
|
|
|
Author: Jack Krupansky,
2013-05-16, 17:03
|
|
|
Re: Ho to adjust maxDocs and maxTime for autoCommit? - Solr - [mail # user]
|
|
...Unless you have a specific reason to change the settings (any settings), the general recommendation is to leave them as is. That's not to say that these are the best settings or ...
|
|
|
Author: Jack Krupansky,
2013-05-16, 16:01
|
|
|
Re: Explicite update or delete of a dataset - Solr - [mail # user]
|
|
...Update is the same as add in Solr. To delete: curl http://localhost:8983/solr/update?commit=true \ -H 'Content-type:application/json' \ -d...
|
|
|
Author: Jack Krupansky,
2013-05-16, 14:49
|
|
|
Re: Lucene-Solr indexing document via Post method - Solr - [mail # user]
|
|
...Have you completed the Solr tutorial yet? If so, please ask a more specific question so we can understand what your problem is. http://lucene.apache.org/solr/tutorial.html ...
|
|
|
Author: Jack Krupansky,
2013-05-16, 14:46
|
|
|
Re: Strange fuzzy behavior in 4.2.1 - Solr - [mail # user]
|
|
...Maybe you are running into the same problem I posted on another message thread about the hard-coded maxExpansions limit of 50. In other words, once Lucene finds 50 terms that do ...
|
|
|
Author: Jack Krupansky,
2013-05-16, 13:40
|
|
|
Re: Question about Edismax - Solr 4.0 - Solr - [mail # user]
|
|
...You haven't indicated any problem here! What is the symptom that you actually think is a problem. There is no comma operator in any of the Solr query parsers. Comma is just  ...
|
|
|
Author: Jack Krupansky,
2013-05-16, 12:57
|
|
|
Re: Can we search some mandatory words and some optional words in SOLR - Solr - [mail # user]
|
|
...Yeah, I keep forgetting that "min should match" for a BooleanQuery defaults to 1 only if there are no required terms, but if there are required terms it defaults to 0. Fro...
|
|
|
Author: Jack Krupansky,
2013-05-15, 22:53
|
|
|
|