Hi,

May be you can consider using Compass (http://www.opensymphony.com/compass/)
which could help you in your situation. They claim that some actions (like
updating the index very often) are treated in a very efficient way (due to
caching which is not a native part of Lucene library).

Regards,
Lukas

On 12/13/06, Daniel Naber <[EMAIL PROTECTED]> wrote:

On Wednesday 13 December 2006 14:10, abdul aleem wrote:

> a) Indexing large file ( more than 4MB )
> Do i need to read the entire file as string using
> java.io and create a Document object ?

You can also use a reader:


http://lucene.apache.org/java/2_0_0/api/org/apache/lucene/document/Field.html#Field(java.lang.String,
java.io.Reader)

Regards
Daniel

--
http://www.danielnaber.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to