You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Doug Cutting <cu...@apache.org> on 2004/03/30 01:43:30 UTC

new release: 1.4-rc1

A new release of Lucene is available, 1.4 Release Candidate 1 (RC1).

   http://cvs.apache.org/dist/jakarta/lucene/v1.4-rc1/

I'm currently only announcing this to the Lucene developer list.  If no 
major problems are identified, I will announce it on the Lucene user 
list and add it to the Jakarta news tomorrow.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


java.lang.ArrayIndexOutOfBoundsException in FieldInfos.java CVS version 1.5

Posted by Rasik Pandey <ra...@ajlsm.com>.
Hello All,

I can't reproduce this, but I assume it is a result of the TermVector additions? I was writing to the index often and searching simulataneously. 

java.lang.ArrayIndexOutOfBoundsException: 54 >= 13
        at java.util.Vector.elementAt(Vector.java:431)
        at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:193)
        at org.apache.lucene.index.FieldInfos.fieldName(FieldInfos.java:189)
        at org.apache.lucene.index.SegmentTermEnum.readTerm(SegmentTermEnum.java:169)
        at org.apache.lucene.index.SegmentTermEnum.next(SegmentTermEnum.java:143)
        at org.apache.lucene.index.TermInfosReader.scanEnum(TermInfosReader.java:169)
        at org.apache.lucene.index.TermInfosReader.get(TermInfosReader.java:159)
        at org.apache.lucene.index.SegmentReader.docFreq(SegmentReader.java:299)
        at org.apache.lucene.search.IndexSearcher.docFreq(IndexSearcher.java:103)
        at org.apache.lucene.search.Similarity.idf(Similarity.java:293)
        at org.apache.lucene.search.TermQuery$TermWeight.sumOfSquaredWeights(TermQuery.java:85)
        at org.apache.lucene.search.Query.weight(Query.java:86)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:129)
        at org.apache.lucene.search.MultiSearcher.search(MultiSearcher.java:154)
        at org.apache.lucene.search.Hits.getMoreDocs(Hits.java:102)
        at org.apache.lucene.search.Hits.<init>(Hits.java:81)
        at org.apache.lucene.search.Searcher.search(Searcher.java:71)
        at org.apache.lucene.search.Searcher.search(Searcher.java:65)


RBP



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


RE : new release: 1.4-rc1

Posted by Rasik Pandey <ra...@ajlsm.com>.
Hello,

Regarding the attached mail, do you think there is a possibility to pass a directory path to FSDirectory to use as its lock directory?


Regards,
RBP

> -----Message d'origine-----
> De : Erik Hatcher [mailto:erik@ehatchersolutions.com]
> Envoyé : mardi 30 mars 2004 05:38
> À : Lucene Developers List
> Objet : Re: new release: 1.4-rc1
> 
> Please rebuild it with my (finally) fixed GermanAnalyzer.  My
> apologies
> for the fiasco.
> 
> 	Erik
> 
> On Mar 29, 2004, at 6:43 PM, Doug Cutting wrote:
> 
> > A new release of Lucene is available, 1.4 Release Candidate 1
> (RC1).
> >
> >   http://cvs.apache.org/dist/jakarta/lucene/v1.4-rc1/
> >
> > I'm currently only announcing this to the Lucene developer
> list.  If
> > no major problems are identified, I will announce it on the
> Lucene
> > user list and add it to the Jakarta news tomorrow.
> >
> > Doug
> >
> > -------------------------------------------------------------
> --------
> > To unsubscribe, e-mail: lucene-dev-
> unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: lucene-dev-
> help@jakarta.apache.org
> 
> 
> ---------------------------------------------------------------
> ------
> To unsubscribe, e-mail: lucene-dev-
> unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-dev-
> help@jakarta.apache.org


Re: new release: 1.4-rc1

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
Please rebuild it with my (finally) fixed GermanAnalyzer.  My apologies 
for the fiasco.

	Erik

On Mar 29, 2004, at 6:43 PM, Doug Cutting wrote:

> A new release of Lucene is available, 1.4 Release Candidate 1 (RC1).
>
>   http://cvs.apache.org/dist/jakarta/lucene/v1.4-rc1/
>
> I'm currently only announcing this to the Lucene developer list.  If 
> no major problems are identified, I will announce it on the Lucene 
> user list and add it to the Jakarta news tomorrow.
>
> Doug
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org