| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
5287 (0.242s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Solr 4.1.0 index leaving write.lock file - Solr - [mail # user]
|
|
...On Fri, Feb 1, 2013 at 5:41 PM, dm_tim wrote: Sounds like it's working as it should. The write lock is just to keep another IndexWriter from opening that index. Solr keeps ...
|
|
|
Author: Yonik Seeley,
2013-02-01, 23:36
|
|
|
Re: Join across cores on same shard. - Solr - [mail # user]
|
|
...You're missing the query to do the join on: fq={!join from=parent_id to=child_id fromIndex=core2}*:* We should have a better error message rather than a NPE of course... -Y...
|
|
|
Author: Yonik Seeley,
2013-02-01, 20:53
|
|
|
Re: queryResultCache *very* low hit ratio - Solr - [mail # user]
|
|
...One other thing that some auto-warming of the query result cache can achieve is loading FieldCache entries for sorting / function queries so real user queries don't experience increased late...
|
|
|
Author: Yonik Seeley,
2013-01-29, 22:45
|
|
|
Re: Solr 4.1 Custom Hashing DIH - Solr - [mail # user]
|
|
...On Fri, Jan 25, 2013 at 4:09 PM, davers wrote: Right - the group becomes part of the ID (the prefix), not the whole ID. "id" : "groupX!doc1" "id" : "groupX!doc2" "id...
|
|
|
Author: Yonik Seeley,
2013-01-25, 21:18
|
|
|
Re: Solr 4.1 Custom Hashing DIH - Solr - [mail # user]
|
|
...On Fri, Jan 25, 2013 at 3:59 PM, davers wrote: That's not yet implemented. Currently you need to put the group in the ID. From the release notes: * Simple multi-tenan...
|
|
|
Author: Yonik Seeley,
2013-01-25, 21:04
|
|
|
Re: Solr 4.1 Custom Hashing DIH - Solr - [mail # user]
|
|
...On Fri, Jan 25, 2013 at 1:56 PM, davers wrote: It does... if you create your cluster using numShards=N, then ranges will be created for each shard and that will be respected when...
|
|
|
Author: Yonik Seeley,
2013-01-25, 20:11
|
|
|
Re: JSON query syntax - Solr - [mail # user]
|
|
...On Thu, Jan 24, 2013 at 8:55 PM, Otis Gospodnetic wrote: One goal was to reuse the parsers/parameter names. A completely disjoint set would certainly lead to confusion. Con...
|
|
|
Author: Yonik Seeley,
2013-01-25, 02:10
|
|
|
JSON query syntax - Solr - [mail # user]
|
|
...Although "lucene" syntax tends to be quite concise, nice looking, and easy to build by hand (the web browser is a major debugging tool for me), some people prefer to use a more "structured" ...
|
|
|
Author: Yonik Seeley,
2013-01-25, 01:44
|
|
|
[SOLR-4351] JSON QParser integration - Solr - [issue]
|
|
...Our QParser framework currently gets parameters from localParams. JSON integration would allow specifying parameters to the parsers in JSON....
|
|
|
http://issues.apache.org/jira/browse/SOLR-4351
Author: Yonik Seeley,
2013-01-24, 21:05
|
|
|
[SOLR-3938] prepareCommit command omits commitData - Solr - [issue]
|
|
...Solr's prepareCommit doesn't set any commitData, and then when a commit is done, it's too late....
|
|
|
http://issues.apache.org/jira/browse/SOLR-3938
Author: Yonik Seeley,
2013-01-24, 06:34
|
|
|
|