I'm getting a strange exception with Lucene 1.4.3 that occurs when I run a
unit test from Ant, but not when I run the same unit test inside Eclipse.
The exception is
Caused by: java.io.IOException: Cannot delete _5.cfs
at org.apache.lucene.store.FSDirectory.renameFile(FSDirectory.java:232)
at or
On May 6, 2005, at 5:43 PM, Yagnesh Shah wrote:
Hi folks,
I am playing with HighlighIt.java of "Luceneinaction" code. I
have modified the text string so that "45 BC" will now "45BC" and
another "45 BC" to "Z3950". I have also modified this line and my
output file do not creates and highli
On May 6, 2005, at 4:42 PM, Ernesto De Santis wrote:
Hi
Exist a max length for a Field value?
I have problems indexing large body files.
The bottom isn't indexed.
Bye,
Ernesto.
--
Ernesto De Santis - Colaborativa.net
Córdoba 1147 Piso 6 Oficinas 3 y 4
(S2000AWO) Rosario, SF, Argentina.
After you
Hi;
I think by default only 10,000 terms will be indexed for a field.
You can change this using the maxFieldLength method of IndexWriter.
Luke
- Original Message -
From: "Ernesto De Santis" <[EMAIL PROTECTED]>
To: "Lucene Users List"
Sent: Friday, May 06, 2005 5:42 PM
Subject: Max Fi
Hi folks,
I am playing with HighlighIt.java of "Luceneinaction" code. I have
modified the text string so that "45 BC" will now "45BC" and another "45 BC" to
"Z3950". I have also modified this line and my output file do not creates and
highlighting.
Works:
TermQuery query = new TermQ
Hi
Exist a max length for a Field value?
I have problems indexing large body files.
The bottom isn't indexed.
Bye,
Ernesto.
--
Ernesto De Santis - Colaborativa.net
Córdoba 1147 Piso 6 Oficinas 3 y 4
(S2000AWO) Rosario, SF, Argentina.
On Friday 06 May 2005 18:19, Matt Magoffin wrote:
> Here is a sample query that produces the error:
>
> +dcode:123182 +cdate:[20050501 TO 20050531] +((+gn:m +sn:malen)
> phone:3458345730 addr:345 hiller (+sn:malen +zip:34535))
From the earlier posted tracebacs, the problem is probably due to this
We have a very large lucene index (currently ~6 gig; likely to be ~20 gig in
near future; currently around 800,000 documents; likely to be 3 million
documents in near future and to continue growing).
The read-only searching of the lucene index is done via a REST service; the
REST code is java S
Here is a sample query that produces the error:
+dcode:123182 +cdate:[20050501 TO 20050531] +((+gn:m +sn:malen)
phone:3458345730 addr:345 hiller (+sn:malen +zip:34535))
I'll see about getting a test case, but like I said it doesn't happen
every time so I've had a hard time tracking down the probl
On Thursday 05 May 2005 21:45, Matt Magoffin wrote:
> The exception does come on the heels of an update to the index by a
> different thread than the one the search runs in. These log statements
> show the operations going on just prior to the exception:
>
> May-05 12:36:05 DEBUG - Indexing Lead 1
Hi..
I just updated Lucene to 1.4.3 (final) and while running some unit
tests (on my application that runs on top of lucene engine) I got the
IOException: The system cannot find the path specified.
I found at http://java2.5341.com/msg/65116.html that there was an issue
about te
11 matches
Mail list logo