| clear query|facets|time |
Search criteria: tika 0.8.
Results from 101 to 110 from
1076 (1.216s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
|
No results found for tika 0.8.
|
|
|
Search results for 0.8 :
|
|
|
Re: Searching for field that contains multiple values - Solr - [mail # user]
|
|
... i think this is definitely the more natural way for users to address this use case, and requires no custom code... https://lucene.apache.org/solr/4_1_0/solr-core/org/apache/solr...
|
|
|
Author: Chris Hostetter,
2013-01-28, 19:56
|
|
|
Re: Why does debugQuery/explain output sometimes include queryNorm and sometimes not for same query? - Solr - [mail # user]
|
|
... when he boost is "1.0" and doesn't affect the multiplication. In your specific case i suspect the "queryWeight" section (which includes the queryNorm) is being excluded for some documents...
|
|
... if/when it's value is "1.0" The reason the queryWeight is probably 1.0 for some documents, but clearly not all, goes back to my question about this being a distributed query -- note...
|
[+ show more]
[- hide]
| ... the difference in maxDoc and docFreq numbers used in computing the idf for the same term in two differnet documents... 0.4395488 = (MATCH) fieldWeight(ocr:aardvark in 504374), product of: ... 7... |
| ....4521165 = idf(docFreq=1328, maxDocs=842643) 0.43645293 = (MATCH) weight(ocr:aardvark in 380212), product of: ... 7.3996296 = idf(docFreq=1550, maxDocs=933116) ...so in one shard... |
| ... the queryWeight winds up being "1.0" and gets left out of the explanation for conciseness, but in another shard the queryWeight winds up being "0.99999994" and is included in the explanation... |
|
|
Author: Chris Hostetter,
2013-01-25, 19:32
|
|
|
Re: solr4.0 compile: Unable to create javax script engine for javascript - Solr - [mail # user]
|
|
... Hmmm... that's suprising, the part of hte build file you pointed out as causing you problems on 4x also exists in trunk. I believe the problem is not that you need BSF -- ...
|
|
|
Author: Chris Hostetter,
2012-09-22, 00:15
|
|
|
Re: solr 4.0 cloud 303 error - Solr - [mail # user]
|
|
... Can you be specific about how exactly you did the search? Was this from the admin UI? what URL was in your browser location bar? what values did you put in the form? ...
|
|
|
Author: Chris Hostetter,
2012-07-19, 22:03
|
|
|
Re: change of API Javadoc interface funtionality in 4.0.x - Lucene - [mail # user]
|
|
... It was heavily bloating the size of the releases... https://issues.apache.org/jira/browse/LUCENE-3977 It's pretty easy to turn this back on and rebuild the docs locally. &n...
|
|
|
Author: Chris Hostetter,
2012-07-18, 18:19
|
|
|
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]
|
|
... having at least one core (and having hte /admin handler registered for that core) is required for the admin UI to work -- you can still use Solr programaticly even if you h...
|
|
|
Author: Chris Hostetter,
2012-08-27, 20:55
|
|
|
Re: Still see document after delete with commit in solr 4.0 - Solr - [mail # user]
|
|
... ok -- so with the fix for SOLR-3432, anyone who tries similar steps with 4.0-final will get a clear error on startup -- that was my main concern. thanks for clarifying. -Hoss ...
|
|
|
Author: Chris Hostetter,
2012-09-05, 21:08
|
|
|
Re: Still see document after delete with commit in solr 4.0 - Solr - [mail # user]
|
|
... Just to be clear: how exactly did you "upgraded to solr 4.0 from solr 3.5" solrconfig.xml from 4.0, but keep your 3.5 schema.xml? Do you in fact have an in your solrconfig.xml? (if...
|
|
... so: then this is all known as part of SOLR-3432, and won't affect any users of 4.0-final -- but i want to be absolutely sure there isn't some other edge case of this bug) -Hoss ...
|
|
|
Author: Chris Hostetter,
2012-09-05, 18:42
|
|
|
Re: use of filter queries in Lucene/Solr Alpha40 and Beta4.0 - Solr - [mail # user]
|
|
... SOLR-3793 to try to get to the bottom of this, and included some basic steps to demonstrate the bug using the Solr 4.0-BETA example data, but i'm really not sure what the problem might be...
|
|
|
Author: Chris Hostetter,
2012-09-05, 21:19
|
|
|
Re: Setting up two cores in solr.xml for Solr 4.0 - Solr - [mail # user]
|
|
... ok ... well the Solr 4.0-BETA example solrconfig.xml has this in it... ${solr.data.dir:} So if you want to override the dataDir using a "property" like your second example, it should...
|
|
|
Author: Chris Hostetter,
2012-09-05, 19:04
|
|
|
|