| clear query|facets|time |
Search criteria: tika 0.8.
Results from 61 to 70 from
1075 (1.403s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
|
No results found for tika 0.8.
|
|
|
Search results for 0.8 :
|
|
|
Re: [VOTE] Lucene/Solr 4.2.1 RC2 - Lucene - [mail # dev]
|
|
... +1 VOTE for the files with the following sha1 checksums to be released as Lucene/Solr 4.2.1... d5694d06dd2035949c7487f83772afc89afd3372 *lucene-4.2.1-src.tgz ae9c8e3d0508aa1445acb6dd048...
|
|
|
Author: Chris Hostetter,
2013-03-26, 17:16
|
|
|
Re: Conditional Field Search without affecting score. - Solr - [mail # user]
|
|
... FYI: The crux of your problem is that when a document matches both title.0 and title.X, you give it a score that is sum of the scores of hte sub queries, but when a document only...
|
|
... matches title.0, you only give it the score from that sub-query *and* because of the coord factor, you penalize it for not having a match in the title.X field. if you use the dismax...
|
[+ show more]
[- hide]
| ... hte other sub-queries) and there is no coord factor penalty. Note however, that if the boosts you use between the title.0 and title.X field clauses are really disperate, then you may still... |
| ... run into problems One approach to overcoming hte bias against docs with only a general title, would be to change your indexing strategy so that actually cpy title.0 into all of the other... |
|
|
Author: Chris Hostetter,
2013-03-26, 18:44
|
|
|
Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion? - Solr - [mail # user]
|
|
... Deja-vu? http://mail-archives.apache.org/mod_mbox/lucene-general/201303.mbox/%3CCAHd9_iR-HtNDu-3a9A5ekTFdb+5mo1eWVcu4Shp8[EMAIL PROTECTED]%3E http...
|
|
|
Author: Chris Hostetter,
2013-03-19, 22:16
|
|
|
Re: Spatial Search with document score as distance between two points - Solr - [mail # user]
|
|
... or geofilt... http://wiki.apache.org/solr/SpatialSearch#bbox_-_Bounding-box_filter http://wiki.apache.org/solr/SpatialSearch#geofilt_-_The_distance_filter ...but you'll still want to find a way ot...
|
|
... ... I'm pretty sure you're seeing the function assume a default lat,lon of "0,0" for docs thta you haven't given a position. If you don't have a location on every doc, you're probably...
|
[+ show more]
[- hide]
| ... filter out docs with no latlon values, otherwise you're going to get false positives if your input point ever happens to be within 25km of "0,0" -Hoss ... |
|
|
Author: Chris Hostetter,
2013-03-21, 17:03
|
|
|
Re: lucene 42 codec - Solr - [mail # user]
|
|
... the 4.1 (or even 4.0) versions, so they are still used in 4.2 (and confusingly include "Lucene41" in the filenames in several cases). Note that in the 4.2 codec package javadocs, several...
|
|
... codec related classes are not implemented, and the docs link back to the 4.1 and 4.0 implementations... https://lucene.apache.org/core/4_2_0/core/org/apache/lucene/codecs/lucene42/package...
|
|
|
Author: Chris Hostetter,
2013-03-25, 22:25
|
|
|
Re: SolrJ 4.0.0 addFilterQuery() issue ? - Solr - [mail # user]
|
|
... Hmmm.. that looks like a pretty anoying bug -- somehwere SolrJ is serializing a String[] instead of sending the individual String values. can you please open a jira for thi...
|
|
|
Author: Chris Hostetter,
2012-10-30, 23:38
|
|
|
Re: Solr 4.0.0 - index version and generation not changed after delete by query on master - Solr - [mail # user]
|
|
...Ya gotta be specific Bill: where in the admin UI do you think it's displaying the incorrect information? The Admin UI just adds pretty markup to information fetched from the &nbs...
|
|
|
Author: Chris Hostetter,
2012-10-23, 18:47
|
|
|
Re: Can we manipulate termfreq to count as 1 for multiple matches? - Solr - [mail # user]
|
|
...SpotSimilarity, you can specify target values identifying what ideal values (ie: "sweet spot") you anticipate in a typical document for both the tf and lengthNorm ... https://lucene.apache.org/solr/4_2_0...
|
|
.../solr-core/org/apache/solr/search/similarities/SweetSpotSimilarityFactory.html https://lucene.apache.org/core/4_2_0/misc/org/apache/lucene/misc/SweetSpotSimilarity.html ...so if you want to say...
|
|
|
Author: Chris Hostetter,
2013-03-22, 19:55
|
|
|
Re: DocValues and field requirements - Solr - [mail # user]
|
|
... a default value -- to force you to be explicit about which "default" you want, instead of hte low level lucene "0" default coming into play w/o you knowing about it. (as Shawn mentioned...
|
|
...) the multivalued docvals impl could concivably be used instead for these types of single valued fields (ie: to support 0 or 1 values) but there is no sorting support for multivalued docvals, so it would...
|
|
|
Author: Chris Hostetter,
2013-03-22, 19:39
|
|
|
branches/lucene_solr_4_0 and 4.0.1? - Lucene - [mail # dev]
|
|
... I notice that the CHANGES.txt files on the lucene_solr_4_0 doesn't yet have a section for 4.0.1 bug fixes even though it looks like there have been some bug fix commits on that branch...
|
|
... since 4.0.0 was released. On the other hand it looks like some folks (maybe just miller?) have been using the Jira label "4.0.1_Candidate" on issues that get committed to the branch_4x...
|
[+ show more]
[- hide]
| ..., but aren't being commited to lucene_solr_4_0 -- presumably as a reminder that we should backport if we do a 4.0.1 release All of which leaves me a bit confused: is there any concensus on how we... |
| ... should be dealing with (potential) 4.0.1 bug fixes? -Hoss ... |
|
|
Author: Chris Hostetter,
2012-10-17, 23:13
|
|
|
|