Searcher.java ...problem in compiling

2008-02-23 Thread sumittyagi
i am using lucene 2.2.0 and having problems in compiling the basic programs, please help me out the code is ***8 import java.io.*; import org.apache.lucene.document.*; import org.apache.lucene.document.Field.*; import org.apache.lucene.index.*;

[jira] Commented: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2008-02-23 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571846#action_12571846 ] Grant Ingersoll commented on LUCENE-550: Did zOlive ever post his code Jakarta Comm

Problem in First Program of Lucene, Indexer.java

2008-02-23 Thread sumittyagi
I am new to lucene, and have problem in executing it's first program which is Indexer.java here is the source code.. * import java.io.*; import org.apache.lucene.document.*; import org.apache.lucene.index.*; import org.apache.lucene.analysis.*

[jira] Commented: (LUCENE-1039) Bayesian classifiers using Lucene as data store

2008-02-23 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571801#action_12571801 ] Karl Wettin commented on LUCENE-1039: - {quote} do I understand correctly that it is us

[jira] Commented: (LUCENE-1039) Bayesian classifiers using Lucene as data store

2008-02-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571797#action_12571797 ] Paul Elschot commented on LUCENE-1039: -- I'll have a more thorough look at the code, b

[jira] Commented: (LUCENE-1039) Bayesian classifiers using Lucene as data store

2008-02-23 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571791#action_12571791 ] Karl Wettin commented on LUCENE-1039: - {quote} DId you consider using lucene's termvec

Re: 2.3.1 announcement draft

2008-02-23 Thread Michael Busch
Michael McCandless wrote: > Unfortunately there is another corruption case (LUCENE-1176) that > happens regardless of autoCommit, if multiple threads are adding docs > and doc(s) w/o any term vector fields are added before docs with term > vector fields. > > Maybe change to this? > > This release

[jira] Commented: (LUCENE-1155) BoostingTermQuery#defaultTermBoost

2008-02-23 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571789#action_12571789 ] Karl Wettin commented on LUCENE-1155: - {quote} I think I am missing something here. If

JIRA comment markup documentation [was: [jira] Created: (LUCENE-1187) Things to be done with now that Filter is indendent from BitSet]

2008-02-23 Thread Steven A Rowe
Hi Paul, On 02/23/2008 at 5:33 AM, Paul Elschot (JIRA) wrote: > (Aside: where is the documentation on how to mark up text in > jira comments?) To the right of and aligned with the top of the "Comment:" text area that's part of the "Add Comment" section in a JIRA issue, there are two icons: "pre

unable to index heavy data

2008-02-23 Thread sandyg
I am using lucene as search engine i had some 6-7 billions of records in data base .but when am indexing only uo to some 90,000 records were indexed and its stoping there itself with out giving any error . And the index searcher is also able to search records only upto some 5 records . I dont

Re: 2.3.1 announcement draft

2008-02-23 Thread Michael McCandless
Unfortunately there is another corruption case (LUCENE-1176) that happens regardless of autoCommit, if multiple threads are adding docs and doc(s) w/o any term vector fields are added before docs with term vector fields. Maybe change to this? This release contains fixes for serious bugs in 2.3.0

[jira] Updated: (LUCENE-1187) Things to be done now that Filter is independent from BitSet

2008-02-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1187: - Summary: Things to be done now that Filter is independent from BitSet (was: Things to be done n

[jira] Updated: (LUCENE-1187) Things to be done now that Filter is indendent from BitSet

2008-02-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1187: - Summary: Things to be done now that Filter is indendent from BitSet (was: Things to be done wit

[jira] Commented: (LUCENE-1187) Things to be done with now that Filter is indendent from BitSet

2008-02-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571719#action_12571719 ] Paul Elschot commented on LUCENE-1187: -- Iirc the boolean logic on contrib/queries is

[jira] Commented: (LUCENE-1187) Things to be done with now that Filter is indendent from BitSet

2008-02-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571718#action_12571718 ] Paul Elschot commented on LUCENE-1187: -- I did something wrong here, I wanted to revie

[jira] Created: (LUCENE-1187) Things to be done with now that Filter is indendent from BitSet

2008-02-23 Thread Paul Elschot (JIRA)
Things to be done with now that Filter is indendent from BitSet --- Key: LUCENE-1187 URL: https://issues.apache.org/jira/browse/LUCENE-1187 Project: Lucene - Java Issue Type: Improv