Incremental Indexing in Lucene 4.7

2014-03-24 Thread Yuan
We are using Lucene 3.6 to perform incremental indexing. We use an algorithm we found on the web to perform the incremental indexing. 1. For each file that we indexed, we create a UID field to associate with it. The UID is calculated using the file path and the last updated time. 2. When

Re: Incremental Indexing in PyLucene

2009-08-22 Thread Simon Willnauer
this is the java users mailing list - you will get help on the user mailinglist of pylucene: http://lucene.apache.org/pylucene/resources/mailing_lists.html simon On Sat, Aug 22, 2009 at 2:56 PM, mayank juneja wrote: > Hi, > > I am building a database of text files using PyLucene. I need to add n

RE: Incremental Indexing in PyLucene

2009-08-22 Thread Uwe Schindler
Saturday, August 22, 2009 2:57 PM > To: java-user@lucene.apache.org > Subject: Incremental Indexing in PyLucene > > Hi, > > I am building a database of text files using PyLucene. I need to add new > text files to the index at regular intervals. Since I am a beginner, I do >

Incremental Indexing in PyLucene

2009-08-22 Thread mayank juneja
Hi, I am building a database of text files using PyLucene. I need to add new text files to the index at regular intervals. Since I am a beginner, I do not know how to build the index incremently. Can anyone guide me how to accomplish the task ? Any kind of help would be appreciated. Thanks, Maya

Re: Incremental Indexing.

2008-09-09 Thread Jason Rutherglen
alyzer. > > I wonder I can do something nevertheless. :-) > > -- > Jang. > > > > > 08. 9. 9, Ian Lea <[EMAIL PROTECTED]>님이 작성: >> >> Such incremental indexing is standard practice and unlikely to cause a >> problem, particularly i

Re: Incremental Indexing.

2008-09-09 Thread 장용석
english. I was stuied about just Analyzer. For making Korean Analyzer. I wonder I can do something nevertheless. :-) -- Jang. 08. 9. 9, Ian Lea <[EMAIL PROTECTED]>님이 작성: > > Such incremental indexing is standard practice and unlikely to cause a > problem, particularly if you a

Re: Incremental Indexing.

2008-09-09 Thread Ian Lea
Such incremental indexing is standard practice and unlikely to cause a problem, particularly if you are only working with a few thousand documents. Instead of delete/add you could use IndexWriter.updateDocument(). -- Ian. 2008/9/9 장용석 <[EMAIL PROTECTED]>: > Hi~. > I hava a qu

Re: Incremental Indexing.

2008-09-08 Thread Jason Rutherglen
lized things to allow updating of parts of the inverted index. If you're interested in working on it, feel free to let me know. Cheers, Jason 2008/9/8 장용석 <[EMAIL PROTECTED]>: > Hi~. > I hava a question about lucene incremental indexing. > > I want to do incremental indexing my

Incremental Indexing.

2008-09-08 Thread 장용석
Hi~. I hava a question about lucene incremental indexing. I want to do incremental indexing my goods data. For example, I have 4 products datas with "GOOD_ID","NAME","PRICE","CREATEDATE","UPDATEDATE" colunms. 1, ipod, 3, 2008-11-10:11:00, 2

" Lock obtain timed out" Exception when doing incremental indexing

2006-01-18 Thread Xin Herbert Wu
I kept getting this exception when adding a new document to an existing index: 22:19:10,281 INFO [STDOUT] java.io.IOException: Lock obtain timed out: [EMAIL PROTECTED]:\DOCUME~1\xin\LOCALS~ 1\Temp\lucene-31c482aaf5f581ad3dc0249eeeb8d281-write.lock (Stack trace is like: 22:19:10,312 INFO

RE: online incremental indexing

2006-01-09 Thread Vanlerberghe, Luc
ssage- From: z shalev [mailto:[EMAIL PROTECTED] Sent: zaterdag 7 januari 2006 18:10 To: java-user@lucene.apache.org Subject: online incremental indexing hello all, i have an environment with a number of search instances (index searchers) running as rmi servers and a federator (a parallel

online incremental indexing

2006-01-07 Thread zzzzz shalev
hello all, i have an environment with a number of search instances (index searchers) running as rmi servers and a federator (a parallel multi searcher) combining the results of all the instances, this is working great, and allows us to load into memory millions of docs. my problem is

Re: incremental indexing - efficiency

2005-03-23 Thread Otis Gospodnetic
run it on my machine and report the results. Oh, and check this: http://lucene.apache.org/java/docs/benchmarks.html Otis --- sunil goyal <[EMAIL PROTECTED]> wrote: > Hello all, > > I am trying to use Lucene for doing incremental indexing of the order > of million of records d

incremental indexing - efficiency

2005-03-22 Thread sunil goyal
Hello all, I am trying to use Lucene for doing incremental indexing of the order of million of records daily using a single machine (P4 2.4Ghz 1 GB RAM). I do get messages updated every few minutes based on which I need to update the index. I am using a StandardAnalyzer and writing documents

lucene incremental indexing - efficiency

2005-03-22 Thread sunil goyal
Hello all, I am trying to use Lucene for doing incremental indexing of the order of million of records daily using a single machine (P4 2.4Ghz 1 GB RAM). I do get messages updated every few minutes based on which I need to update the index. I am using a StandardAnalyzer and writing documents

lucene incremental indexing - efficiency

2005-03-22 Thread sunil goyal
Hello all, I am trying to use Lucene for doing incremental indexing of the order of million of records daily using a single machine (P4 2.4Ghz 1 GB RAM). I do get messages updated every few minutes based on which I need to update the index. I am using a StandardAnalyzer and writing documents