| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
300 (0.119s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: ant changes-to-html problems? - Lucene - [mail # dev]
|
|
...Thanks Steven It looks like my cygwin wget is busted on this computer. I tried on a different one and things are OK thanks ryan On Fri, Oct 14, 2011 at 2:50 AM...
|
|
|
Author: Ryan McKinley,
2011-10-14, 12:20
|
|
|
ant changes-to-html problems? - Lucene - [mail # dev]
|
|
...trying to run ant generate-maven-artifacts on windows, i ran into this issue: $ ant changes-to-html Buildfile: C:\workspace\apache\lucene\lucene\build.xml changes-to-html: ...
|
|
|
Author: Ryan McKinley,
2011-10-13, 22:56
|
|
|
Re: Field update (SOLR139, SOLR828) - Lucene - [mail # dev]
|
|
...The crux of the problem is that updating a field in lucene requires we reindex the *entire* document, not just the single field. The approach in SOLR-139 assumes you have stored all fi...
|
|
|
Author: Ryan McKinley,
2011-09-26, 14:45
|
|
|
[LUCENE-2649] FieldCache should include a BitSet for matching docs - Lucene - [issue]
|
|
...The FieldCache returns an array representing the values for each doc. However there is no way to know if the doc actually has a value.This should be changed to return an object represe...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-2649
Author: Ryan McKinley,
2011-09-21, 18:22
|
|
|
Re: how to do the scheduling in solr ? - Lucene - [mail # general]
|
|
...solr does not support scheduling internally. Typically this is done with an external program like: http://www.quartz-scheduler.org/ I *think* the lucid search thingy has built in...
|
|
|
Author: Ryan McKinley,
2011-09-10, 13:20
|
|
|
Re: issue SOLR-1565 - StreamingUpdateSolrServer and Javabin - Lucene - [mail # dev]
|
|
...Hey Patrick- Can you make a JIRA issue, and post the code there? Thanks Ryan On Fri, Sep 9, 2011 at 5:47 PM, Patrick Sauts wr ote: ary ...
|
|
|
Author: Ryan McKinley,
2011-09-09, 22:57
|
|
|
Re: [VOTE] Release Lucene/Solr 3.4.0 - Lucene - [mail # dev]
|
|
...On Thu, Sep 8, 2011 at 10:40 AM, Michael McCandless wrote: a magic field name to the facet list results. The solution is to change the format, the only hard part about this...
|
|
|
Author: Ryan McKinley,
2011-09-08, 19:15
|
|
|
Re: behavior when fl contains a non-stored term. - Lucene - [mail # dev]
|
|
...On Wed, Sep 7, 2011 at 5:42 PM, Chris Hostetter wrote: Looks like it works good -- I just tried with an indexed, not stored long field and it spit back: 89988 DocTransforme...
|
|
|
Author: Ryan McKinley,
2011-09-08, 03:11
|
|
|
Re: behavior when fl contains a non-stored term. - Lucene - [mail # dev]
|
|
...In solr/trunk, we could do this with a pseudo field/transformer: https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/java/org/ap ache/solr/response/transform/ In trunk, you...
|
|
|
Author: Ryan McKinley,
2011-09-07, 14:56
|
|
|
[LUCENE-2671] Add sort missing first/last ability to SortField and ValueComparator - Lucene - [issue]
|
|
...When SortField and ValueComparator use EntryCreators (from LUCENE-2649) they use a special sort value when the field is missing.This enables lucene to implement 'sort missing last' or 'sort ...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-2671
Author: Ryan McKinley,
2011-09-03, 03:23
|
|
|
|