| clear query|facets|time |
Search criteria: instance combination.
Results from 61 to 70 from
484 (0.594s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
|
No results found for instance combination.
|
|
|
Search results for instance :
|
|
|
Re: Merging two DocSets in solr - Solr - [mail # user]
|
|
... intersection(DocSet) and union(DocSet) methods precisesly for this purpose 3) once you have your "merged" DocSet, you can construct a SimpleFacets instance using that DocSet and get whatever facets...
|
|
|
Author: Chris Hostetter,
2012-05-24, 21:18
|
|
|
Re: Tips on creating a custom QueryCache? - Solr - [mail # user]
|
|
... instance is started). it's when the "first searcher" is created for the SolrCore, and there is no other previous searcher. auto-warming should be faster then any static warming you could do...
|
|
|
Author: Chris Hostetter,
2012-05-25, 00:14
|
|
|
Re: Testing a custom implementation of CommonsHttpSolrServer - Solr - [mail # user]
|
|
... Take a look at SolrJettyTestBase and the tests that subclass it. It's an example of how to programaticly spin up a jetty instance running solr for the purposes of testing things...
|
|
|
Author: Chris Hostetter,
2011-12-09, 19:58
|
|
|
Re: When does Query Parser do its analysis ? - Lucene - [mail # user]
|
|
... in your QueryParser instance is evidently tokenizing on "/" -Hoss ...
|
|
|
Author: Chris Hostetter,
2012-02-01, 23:02
|
|
|
Re: commitWithin + SolrJ - Solr - [mail # user]
|
|
..., and then processing it via that Server instance. -Hoss ...
|
|
|
Author: Chris Hostetter,
2011-08-24, 23:38
|
|
|
Re: Can you please guide me through step-by-step installation of Solr Cell ? - Solr - [mail # user]
|
|
... just copying jars into "dist" isn't going to make things magically work for you -- what matters is that your solr instance knows how to find those plugin jars. when you use the example...
|
|
... jetty instance, the solrconfig.xml file has directives with relative paths that indicate where to find them. If you use a differnet "solr home" dir and/or move files arround then those...
|
[+ show more]
[- hide]
| ... directives are no longer going to work... https://wiki.apache.org/solr/SolrPlugins#How_to_Load_Plugins https://wiki.apache.org/solr/SolrConfigXml#lib -Hoss ... |
|
|
Author: Chris Hostetter,
2011-11-03, 19:02
|
|
|
Re: Any way to get reference to original request object from within Solr component? - Solr - [mail # user]
|
|
... ... a) MultiMapSolrParams does not destroy order on the way in b) when dealing with HTTP requests, the request params actaully use an instance of ServletSolrParams which is backed...
|
|
|
Author: Chris Hostetter,
2012-03-20, 01:55
|
|
|
RE: Solr filterCache size settings... - Solr - [mail # user]
|
|
... in the cache are "DocSet" instances, and there are optimizations in the code to choose between differnet DocSet implementations based on how many documents actually match. Even when the bitset...
|
|
|
Author: Chris Hostetter,
2011-11-21, 23:07
|
|
|
Re: Index Version and Epoch Time? - Solr - [mail # user]
|
|
... index versions are only suitable for comparing if one instance of an index is newer or older then another instance of the same index -- it doesn't tell you anything about the relative age...
|
|
|
Author: Chris Hostetter,
2011-07-04, 18:33
|
|
|
Re: Solr 3.5 very slow (performance) - Solr - [mail # user]
|
|
... I forgot to ask: when you say it's jetty-6 in both cases, are you running the exact same set of jetty configs for both Solr 1.4 and Solr 3.5, or is each instance using the sample jetty...
|
|
|
Author: Chris Hostetter,
2011-11-29, 23:34
|
|
|
|