| clear query|facets|time |
Search criteria: directory.
Results from 71 to 80 from
162 (0.478s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Huge Index - Lucene - [mail # user]
|
|
... person! Good, good :) Otis From: Benson Margulies To: [EMAIL PROTECTED] Sent: Thursday, January 11, 2007 12:36:52 PM Subject: RE: Huge Index Given the ram directory inside...
|
|
|
Author: Otis Gospodnetic,
2007-01-11, 18:07
|
|
|
Re: dump/backup fs index catalog without stop it - Lucene - [mail # user]
|
|
...Nuno, If you stop or block all operations that can change the index (e.g. deletes and additions), you can safely copy the whole index directory. If you do it from Java, you can use Lucene...
|
|
...'s own Lock class to lock index for modifications, copy the index directory, and unlock the index. Otis From: Nuno Alexandre Carvalho To: [EMAIL PROTECTED] Sent: Monday, December 11...
|
|
|
Author: Otis Gospodnetic,
2006-12-12, 03:44
|
|
|
Re: spell checker - Lucene - [mail # user]
|
|
... to LuceneDictionary(?) class now require the index directory to exist....I think. Otis ---- From: Chris Salem To: java-user@lucene.a pache.org Sent: Tuesday, September 26, 2006 4:56:57 PM...
|
|
...://today.java.net/pub/a/today/2005/08/09/didyo umean.html?page=1 Here's the code I have: indexReader = Index Reader.open(originalIndexDirectory); Dictionary dictionary = new Lucene Dictionary(indexReader, "experience...
|
[+ show more]
[- hide]
| ..._desired"); SpellChecker spellChckr = new SpellChecker(spellIndexDirectory); spellChckr.indexDictionary(dic tionary); I'm getting a null pointer exception when I call indexDirectory (). Here's how I... |
|
|
Author: Otis Gospodnetic,
2006-09-27, 03:20
|
|
|
Re: Public access to the stemmer (germanstemmer in my case) - Lucene - [mail # user]
|
|
...You can use Lucene highlighter. It lives in Lucene's contrib/ directory (not released as a separate Jar, but you can either build it, or grab it from, for example, Lucene in Action's code...
|
|
|
Author: Otis Gospodnetic,
2005-08-13, 19:13
|
|
|
Re: Using Hibernate to store Lucene Indexes in a Database - Lucene - [mail # user]
|
|
...:48:52 PM Subject: Using Hibernate to store Lucene Indexes in a Database Hi Has anybody seen a solution that will store Lucene indexes in a database using Hibernate?. Basically a HibernateDirectory...
|
|
|
Author: Otis Gospodnetic,
2006-09-08, 01:04
|
|
|
Re: Lucene faster on JDK 1.5? - Lucene - [mail # user]
|
|
... contribution that was never integrated, and I think Doug made some experiments/tests with NIO-based Directory implementation, but if I remember correctly, there was no significant performance...
|
|
|
Author: Otis Gospodnetic,
2005-07-18, 05:21
|
|
|
Re: index update problems with Linux - Lucene - [mail # user]
|
|
... = IndexReader.open(directory); while (i.hasNext()) { reader.deleteDocuments(i.next()); } reader.close(); ... IndexWriter writer = new IndexWriter(directory, new German...
|
|
... or directory) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.(RandomAccessFile.java:212) at org.apache.lucene.store.FSIndexInput $Descriptor...
|
|
|
Author: Otis Gospodnetic,
2008-01-20, 06:27
|
|
|
Re: existing or not existing - Lucene - [mail # user]
|
|
...You could try looking for a segments file in the index directory. If it exists, the index exists, else it does not. Is there a better way? Otis...
|
|
|
Author: Otis Gospodnetic,
2001-12-04, 16:45
|
|
|
Re: Searching for similiar texts - Lucene - [mail # user]
|
|
...Look for MoreLikeThis class in Lucene's contrib/ directory. Otis From: Dominik Bruhn To: [EMAIL PROTECTED] Sent: Thursday, July 6, 2006 7:54:20 PM Subject: Searching...
|
|
|
Author: Otis Gospodnetic,
2006-07-07, 01:06
|
|
|
Re: problem while merging two indexes - Lucene - [mail # user]
|
|
... end of the merge, so if it failed before that, your Lucene index (the segments file) still doesn't know about the newly created segments that you see in you index directory. My suggestion...
|
|
|
Author: Otis Gospodnetic,
2005-05-11, 22:45
|
|
|
|