| clear query|facets|time |
Search criteria: instance combination.
Results from 51 to 60 from
483 (0.636s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
|
No results found for instance combination.
|
|
|
Search results for instance :
|
|
|
Re: Solr Score threshold 'reasonably', independent of results returned - Solr - [mail # user]
|
|
...* -- as the person in control of your solr instance, who kows everything about every document in the index, and has total control over the set of valid queries being executed against the index -- you *MAY...
|
|
... Exactly... https://wiki.apache.org/solr/FAQ#Why_Aren.27t_Scores_returned_as_a_percentage.3F_How_Do_I_normalize_Scores.3F https://wiki.apache.org/lucene-java/ScoresAsPercentages *you...
|
|
|
Author: Chris Hostetter,
2012-08-28, 19:04
|
|
|
Re: Solr 4.0 Beta Documentation issues: Is it mandatory with 4.0 to run at least one core? /example/solr/README.txt needs updating - Lucene - [mail # dev]
|
|
.../solr/README.txt should probably be moved to example/solr/collection1/README.txt as a description of what an "instance dir" should look like for a SolrCore ... example/solr/README.txt should be updated...
|
|
|
Author: Chris Hostetter,
2012-08-27, 20:55
|
|
|
Re: UUIDField uniqueKey with default="NEW" - Lucene - [mail # dev]
|
|
... or in the schema.xml. Users wishing to have Solr automatically generate a uniqueKey value when adding documents should instead use an instance of solr.UUIDUpdateProcessorFactory in their update...
|
|
|
Author: Chris Hostetter,
2012-09-01, 00:22
|
|
|
Re: Slow first searcher with facet on bibliographic data in Master - Slave - Solr - [mail # user]
|
|
... "firstSearcher" is literally the very first searcher used when the SolrCore is loaded -- it is *NOT* the first searcher after replication, those are "newSearcher" instances. -Hoss ...
|
|
|
Author: Chris Hostetter,
2012-03-31, 02:49
|
|
|
Re: Custom Jars for a config in the Solr Cloud world.. - Solr - [mail # user]
|
|
... sharedLib in solr.xml) rather then the implicit ./lib per core. that way no matter how many collections you create on these machines (or how many solr instances), the configs can all point...
|
|
|
Author: Chris Hostetter,
2012-08-15, 00:50
|
|
|
Re: UUID generation not working - Solr - [mail # user]
|
|
... be populated via or in the schema.xml. Users wishing to have Solr automatically generate a uniqueKey value when adding documents should instead use an instance of solr...
|
|
|
Author: Chris Hostetter,
2012-07-26, 23:41
|
|
|
Re: Tips on creating a custom QueryCache? - Solr - [mail # user]
|
|
...'s really an implementation detail. after that the SolrCache is used by any concurrent threads that deal with that SolrIndexSearcher instance. In general you should assume that gets...
|
|
|
Author: Chris Hostetter,
2012-05-31, 01:42
|
|
|
Re: best practice to introducing singletons inside of Solr (IoC) - Solr - [mail # user]
|
|
... yeah ... it really depends on what you mean by "singleton" ... ...single instance in entire JVM? ...single instance in each webapp? ...single instance in each solr core? If you want...
|
|
... in the first case: can't directly know about any Solr specific classes). If you want one instance per solr core, that is part of the solr core lifecycle (so a new one is created if/when the core...
|
|
|
Author: Chris Hostetter,
2012-01-03, 20:20
|
|
|
Re: how to read fieldValueCacheStatistics - Solr - [mail # user]
|
|
... ...technically that's one stat, showing you and "UnInvertedField" instance in the cache (that's the string-ification of that UnInvertedField) the specifics of what those numbers mean...
|
|
|
Author: Chris Hostetter,
2012-05-31, 01:59
|
|
|
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
|
|
|
|