| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
5354 (0.34s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: BlockJoinQuery: delete documents - Lucene - [mail # user]
|
|
...IndexWriter doesn't track the blocks ... so you need to something yourself. One approach is to add a Field, eg blockID, with the same value (maybe the id of the parent doc) to parent a...
|
|
|
Author: Michael McCandless,
2013-03-03, 15:39
|
|
|
[LUCENE-4806] change FacetIndexingParams.DEFAULT_FACET_DELIM_CHAR to U+001F - Lucene - [issue]
|
|
...The current delim char takes 3 bytes as UTF-8 ... but U+001F (= INFORMATION_SEPARATOR, which seems appropriate) takes only 1 byte....
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4806
Author: Michael McCandless,
2013-03-01, 13:02
|
|
|
Re: [JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 1026 - Failure - Lucene - [mail # dev]
|
|
...I committed a fix. Mike McCandless http://blog.mikemccandless.com On Wed, Feb 27, 2013 at 7:16 PM, Michael McCandless wrote: ...
|
|
|
Author: Michael McCandless,
2013-02-28, 14:02
|
|
|
Re: [JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 1026 - Failure - Lucene - [mail # dev]
|
|
...This repros ... I'll dig. Mike McCandless http://blog.mikemccandless.com On Wed, Feb 27, 2013 at 6:18 PM, Apache Jenkins Server wrote: ...
|
|
|
Author: Michael McCandless,
2013-02-28, 00:16
|
|
|
[LUCENE-4803] DrillDownQuery should rewrite to FilteredQuery? - Lucene - [issue]
|
|
...Today we rewrite to a query like +baseQuery +ConstantScoreQuery(boost=0.0 TermQuery(drillDownTerm)), but I'm not certain 0.0 boost is safe / doesn't actually change scores.We should also add...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4803
Author: Michael McCandless,
2013-02-26, 18:20
|
|
|
[LUCENE-4802] FacetFields should omitNorms for $facets field - Lucene - [issue]
|
|
...We are indexing norms today but we only ever filter by these fields ......
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4802
Author: Michael McCandless,
2013-02-26, 17:48
|
|
|
[LUCENE-4748] Add DrillSideways helper class to Lucene facets module - Lucene - [issue]
|
|
...This came out of a discussion on the java-user list with subject"Faceted search in OR": http://markmail.org/thread/jmnq6z2x7ayzci5kThe basic idea is to count "near misses" during collection,...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4748
Author: Michael McCandless,
2013-02-26, 00:12
|
|
|
Re: Lucene filter questions - Lucene - [mail # user]
|
|
...On Mon, Feb 25, 2013 at 2:19 PM, Wei Wang wrote: Use ConstantScoreQuery: it turns a Filter into a Query, where every doc gets a score equal to the ConstantScoreQuery.setBoost (1....
|
|
|
Author: Michael McCandless,
2013-02-26, 00:01
|
|
|
Re: Line length in Lucene/Solr code - Lucene - [mail # dev]
|
|
...+1 Mike McCandless http://blog.mikemccandless.com On Mon, Feb 25, 2013 at 5:59 AM, Uwe Schindler wrote: ...
|
|
|
Author: Michael McCandless,
2013-02-25, 11:01
|
|
|
Re: Do you still have to override QueryParser to allow numeric range searches in Lucene 4.1 - Lucene - [mail # user]
|
|
...You do still need to override QP in 4.x, but you should create a NumericRangeQuery/Filter, not a TermRangeQuery (even in 3.6 as well). NumericRangeQuery is much more efficient (visits ...
|
|
|
Author: Michael McCandless,
2013-02-25, 10:56
|
|
|
|