| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
1248 (5.42s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: How to store the document folder path in solr? - Solr - [mail # user]
|
|
...You'll have to consult with the ManifoldCF project on exactly what parameters they send SolrCell, but here's a raw SolrCell example: curl "http://localhost:8983/solr/updat...
|
|
|
Author: Jack Krupansky,
2013-05-15, 19:33
|
|
|
Re: How to aggregate data in solr 4.0? - Solr - [mail # user]
|
|
...The Solr "stats" search component does some basic aggregates: min, max, count, sum, average, mean, sum of squares, standard deviation: http://wiki.apache.org/solr/StatsComponent ...
|
|
|
Author: Jack Krupansky,
2013-05-15, 19:19
|
|
|
Re: how to increase upload into Solr 4.x ??? - Solr - [mail # user]
|
|
..."3500-5000 records per second. This is a very small speed." That's hardly a slow rate for ingestion of data! Who is telling you that it is? That is not to say that the spee...
|
|
|
Author: Jack Krupansky,
2013-05-15, 16:29
|
|
|
Re: [jira] [Created] (SOLR-4822) SOLR for SharePoint Indexing and search - Lucene - [mail # dev]
|
|
...This is not a "bug" in Solr! Please ask this type of question on the Solr user email list first. I'm sure people will be happy to answer it there. From: jaya shankar (JIRA...
|
|
|
Author: Jack Krupansky,
2013-05-15, 13:41
|
|
|
Re: Billion document index - Solr - [mail # user]
|
|
...Although technically it may be possible to put 1 billion documents in a single Solr/Lucene index (2 billion hard limit), I would recommend simply: Don't do it! Don't try to put m...
|
|
|
Author: Jack Krupansky,
2013-05-15, 13:27
|
|
|
Re: Search MoreLikeThis ID into another collations - Solr - [mail # user]
|
|
...Oh, yes, definitely... you can certainly do it yourself. It would be nice to have a request handler that did the document "characterization", returning the most significant terms...
|
|
|
Author: Jack Krupansky,
2013-05-15, 00:51
|
|
|
Re: Search MoreLikeThis ID into another collations - Solr - [mail # user]
|
|
...Do you mean pointing to a document in one collection and retrieving documents from another collection that are similar to the first document? Not that I know of. Sounds lik...
|
|
|
Author: Jack Krupansky,
2013-05-15, 00:20
|
|
|
Re: Strange fuzzy behavior in 4.2.1 - Solr - [mail # user]
|
|
...Any chance you may have had a different analyzer or parameter values when you indexed compared to now? Like, maybe the data wasn't originally indexed as lower case? Or, tha...
|
|
|
Author: Jack Krupansky,
2013-05-14, 19:25
|
|
|
|