| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
5705 (0.175s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: index multiple files into one index entity - Solr - [mail # user]
|
|
...I just skimmed your post, but I'm responding to the last bit. If you have defined as "id" in schema.xml then no, you cannot have multiple documents with the same ID. Whenever a n...
|
|
|
Author: Erick Erickson,
2013-05-23, 12:11
|
|
|
Re: Solr 4.3: node is seen as active in Zk while in recovery mode + endless recovery - Solr - [mail # user]
|
|
...Tangential to the issue you raise is that this is a huge tlog. It indicates that you aren't doing a hard commit (openSearcher=false) very often. That operation will truncate your tlog which ...
|
|
|
Author: Erick Erickson,
2013-05-23, 12:03
|
|
|
Re: OPENNLP current patch compiling problem for 4.x branch - Solr - [mail # user]
|
|
...by definition, there is no LUCENE_44 constant in a 4.3 distro! Just change it to LUCENE_43 (or whatever you find in the Version class that suits your needs) or try this on a 4.x checkout. &n...
|
|
|
Author: Erick Erickson,
2013-05-23, 11:59
|
|
|
Re: Approach to apply full index from master to slaves? - Solr - [mail # user]
|
|
...What's your max warming searcher value? About warming queries, that may be _adding_ to your problem. I'd first try removing many of them, especially if you have your cache autowarm set...
|
|
|
Author: Erick Erickson,
2013-05-23, 11:42
|
|
|
Re: fq & facet on double and non-indexed field - Solr - [mail # user]
|
|
...bq: So cant we do fq on non-indexed field No. By definition the fq clause is a search and you can only search on indexed fields. Best Erick On Wed, May 22, 2013 at 5:08 PM,...
|
|
|
Author: Erick Erickson,
2013-05-23, 11:38
|
|
|
Re: Can anyone explain this Solr query behavior? - Solr - [mail # user]
|
|
...Please post the results of adding &debug=query to the URL. That'll tell us what the query parser spits out which is much easier to analyze. Best Erick On Wed, May 22, 2013 at 12:...
|
|
|
Author: Erick Erickson,
2013-05-23, 11:34
|
|
|
Re: Solr Faceting doesn't return values. - Solr - [mail # user]
|
|
...Probably you're not querying the field you think you are. Try adding &debug=all to the URL and I think you'll see something like default_search_field:mm_state_code Which means yo...
|
|
|
Author: Erick Erickson,
2013-05-22, 12:05
|
|
|
Re: synonym indexing in solr - Solr - [mail # user]
|
|
...Look at the "text_general" type (solr 4.x) in the example schema.xml. That has an example of including synonyms at index time (although it it commented out, but you can get the idea). So to ...
|
|
|
Author: Erick Erickson,
2013-05-22, 12:01
|
|
|
Re: solr starting time takes too long - Solr - [mail # user]
|
|
...Zhang: In 3.6, there's really no choice except to load all the cores on startup. 10 minutes still seems excessive, do you perhaps have a heavy-weight firstSearcher query? Yes, so...
|
|
|
Author: Erick Erickson,
2013-05-22, 11:56
|
|
|
Re: ShingleFilterFactory - Solr - [mail # user]
|
|
...Seems to me like shingles will work for you. To your questionsl 1> not really, phrases are just how you get the single token through the parser. Escaping the spaces would work, as term1\ ...
|
|
|
Author: Erick Erickson,
2013-05-22, 11:49
|
|
|
|