| clear query|facets|time |
Search criteria: instance combination.
Results from 91 to 100 from
483 (5.386s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
|
No results found for instance combination.
|
|
|
Search results for instance :
|
|
|
Re: Strange change to query parser behaviour in recent versions - Lucene - [mail # user]
|
|
...Parser instance. https://issues.apache.org/jira/browse/LUCENE-2458 -Hoss ...
|
|
|
Author: Chris Hostetter,
2011-08-19, 01:05
|
|
|
Re: Tomcat7 with Solr closes at fixed hours, every time another hour - Solr - [mail # user]
|
|
... instance on this port w/o using solr at all. My guess is you have a rogue cron command either running on the local machine or using the remote shutdown port telling tomcat to shutdown...
|
|
|
Author: Chris Hostetter,
2011-08-15, 18:58
|
|
|
Re: Lucene queries to Solr requestHandler - Solr - [mail # user]
|
|
... QParserPlugin with a name, and configure a handler instance with an invariant "defType" set to that name. so for example: assume all the java code you mentioned in your email to build up...
|
|
|
Author: Chris Hostetter,
2011-11-01, 23:28
|
|
|
solr example != solr defaults - Lucene - [mail # dev]
|
|
... is "simple" but the *example* declared in the *example* configs is "native". Example #2: Many request handler instances are declared/configured in the "example" solrconfig.xml file, but only 1...
|
|
... request handler instance will exist by *default* if the user removes those declarations from the solrconfig.xml The point is: If you find yourself getting into the habit of refering...
|
|
|
Author: Chris Hostetter,
2011-06-09, 19:47
|
|
|
Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 11794 - Failure - Lucene - [mail # dev]
|
|
... is wanting to use different based types in diff test methods, you could just instantiate multiple instances of QueryElevationComponent in solrconfig-elevate.xml and refer to them by name. pings...
|
|
|
Author: Chris Hostetter,
2011-12-15, 23:41
|
|
|
Re: Viewing query debug explanation with dismax and multicore - Solr - [mail # user]
|
|
...-core" is a term used to describe a single solr instance running multiple SolrCores (ie: using solr.xml) ... using the shards param is a refered to as "distributed search" ... they are orthoginal...
|
|
... concepts. you can do a distributed search across several solr instances that are not using multi-core, or you can query a core in a multi-core instance, or you can do a distributed search...
|
[+ show more]
[- hide]
| ... of several cores, some or all of which may be running as part or multi-core solr instances. -Hoss ... |
|
|
Author: Chris Hostetter,
2010-12-15, 21:51
|
|
|
Re: JMX Cache values are wrong - Solr - [mail # user]
|
|
... ... Hmmm... using jconsole and the example jetty instance i can't reproduce this behavior (on trunk) I can view details on those beans, and click the "refresh" button for those beans...
|
|
... which have the updated stats for the new cache instances. Perhaps either the servlet container or JMX client you are using aren't recognizing when one bean goes away and a new one...
|
|
|
Author: Chris Hostetter,
2010-12-14, 01:10
|
|
|
RE: SpanNearQuery - inOrder parameter - Lucene - [mail # user]
|
|
... that contains only one instance of "john" ... the first SpanTermQuery says "i found a match at position X" the second SpanTermQuery says "i found a match at position Y" and the SpanNearQuery says...
|
|
... "the differnece between X and Y is less then Z" therefore i have a match. (The SpanNearQuery can't fail just because X and Y are the same -- they might be two distinct term instances...
|
|
|
Author: Chris Hostetter,
2011-05-10, 23:32
|
|
|
Re: dynamically create unique key - Solr - [mail # user]
|
|
... take a look at the SignatureUpdateProcessorFactory... http://wiki.apache.org/solr/Deduplication ... copyField doesn't "append" it copies Field (value) instances from the "source...
|
|
|
Author: Chris Hostetter,
2010-11-09, 18:43
|
|
|
Re: ANTLR SOLR query/filter parser - Solr - [mail # user]
|
|
... I'm pretty sure that this will be imposisble to do in the general case -- arbitrary QParser instances (that support arbitrary syntax) can be registered in the solrconfig...
|
|
|
Author: Chris Hostetter,
2011-08-17, 19:26
|
|
|
|