Re: non indexed field query clauses? help wanted

2007-03-28 Thread Chris Hostetter
: Has anyone thought again about having a query clause that operated on : stored (non-indexed) values? what would be the motivation/use case for this? ... i'm having a hard time imagining situations where if some mechanism did exist, it would be more useful then just indexing the field value (un

[jira] Created: (LUCENE-853) Caching does not work when using RMI

2007-03-28 Thread Matt Ericson (JIRA)
Caching does not work when using RMI Key: LUCENE-853 URL: https://issues.apache.org/jira/browse/LUCENE-853 Project: Lucene - Java Issue Type: New Feature Components: Search Affects Versions:

[jira] Updated: (LUCENE-847) Factor merge policy out of IndexWriter

2007-03-28 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Li updated LUCENE-847: --- Attachment: concurrentMerge.patch Here is a patch for concurrent merge as discussed in: http://www.gossamer-t

Re: jdks and operating systems lucene is tested on

2007-03-28 Thread Raman Kaur
Thanks for all the response. I have questions for some of you. Slava, which flavor of linux and which jdk versions you build and test on. Dan, which jdk versions you build and test on. Thanks, Raman On 3/27/07, Andi Vajda <[EMAIL PROTECTED]> wrote: On Tue, 27 Mar 2007, Matt Ericson wrote:

Re: [jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-03-28 Thread Doron Cohen
Grant Ingersoll <[EMAIL PROTECTED]> wrote on 28/03/2007 10:44:08: > > On Mar 28, 2007, at 1:09 PM, Steven Parkes (JIRA) wrote: > > > Question (for Doron and anyone else): the file is xml and it's big, > > so DOM isn't going to work. I could still use something SAX based > > but since the format is

Re: [jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-03-28 Thread Grant Ingersoll
On Mar 28, 2007, at 1:09 PM, Steven Parkes (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-848? page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Description: Add support for using

[jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-03-28 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Description: Add support for using Wikipedia for benchmarking. (was: Add support for using Wik

[jira] Commented: (LUCENE-834) Payload Queries

2007-03-28 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484859 ] Grant Ingersoll commented on LUCENE-834: I committed this patch, plus added in some more documentation. Ever

[jira] Updated: (LUCENE-843) improve how IndexWriter uses RAM to buffer added documents

2007-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-843: -- Attachment: LUCENE-843.take3.patch Another rev of the patch: * Got thread concurren

[jira] Updated: (LUCENE-852) spellchecker: make hard-coded values configurable

2007-03-28 Thread karin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] karin updated LUCENE-852: - Description: the class org.apache.lucene.search.spell.SpellChecker uses the following hard-coded values in its

[jira] Created: (LUCENE-852) spellchecker: make hard-coded values configurable

2007-03-28 Thread karin (JIRA)
spellchecker: make hard-coded values configurable - Key: LUCENE-852 URL: https://issues.apache.org/jira/browse/LUCENE-852 Project: Lucene - Java Issue Type: Improvement Reporter: ka