Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: directory.   Results from 81 to 90 from 162 (0.517s).
Loading phrases to help you
refine your search...
Re: classic scenario - Lucene - [mail # user]
... crawl may be a more scalable and cleaner, more manageable approach.  Nutch uses that approach for a reason. :)   No constraints.   Not a good idea.  Keep your Lucene index directory clean...
..., and use it only as an index directory.  Write your files elsewhere, I would suggest.   That is up to you and your application.  I just suggest you keep that outside the index directory, in order...
   Author: Otis Gospodnetic, 2004-05-27, 12:40
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: Disk space needed for indexing??? - Lucene - [mail # user]
...Writer's optimize() will result in your index directory size doubling while the optimization is in progress, so if you want to optimize you will need extra free disk space.  Otis      ...
   Author: Otis Gospodnetic, 2004-12-16, 18:35
Re: short documents = help me tweak Similarity?? - Lucene - [mail # user]
...Terms) {     if (numTerms norm value is {@link #encodeNorm(float) encoded} as a single byte  *      before being stored.  *      At search time, the norm byte value is read from the index  *      {@link org.apache.lucene.store.Directory...
... directory} and  *      {@link #decodeNorm(byte) decoded} back to a float norm value.  *      This encoding/decoding, while reducing index size, comes with the price of  *      precision loss...
   Author: Otis Gospodnetic, 2007-04-05, 18:21
Re: Real time indexing and distribution to lucene on separate boxes (long) - Lucene - [mail # user]
... wonder what happens if you try compressing the indices before copying them over the network. I wonder if it makes a difference whether you use compound vs. traditional directories. I wonder what...
... the index size is if you use DbDirectory instead of FSDirectory.  Otis   ...
   Author: Otis Gospodnetic, 2004-03-12, 12:26
Re: Multiple threads in Lucene - Lucene - [mail # user]
...Writers on the same index/directory (big no no).  Otis  From: Nikhil Goel  To: [EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 6:04:41 PM Subject: Multiple threads in Lucene  Hi Lucene Developers...
...) 3 IndexSearcher Thread.  Everytime when we need to index a file. We run the following code in IndexWriter Thread:- function IndexFile(Document doc) {    writer = new IndexWriter(directory...
[+ show more]
   Author: Otis Gospodnetic, 2006-03-23, 00:19
Re: Index Size - Lucene - [mail # user]
... index directory containing a bunch of old CFS files consuming your disk space.  Try getting a recent nightly build and see if using that takes car eof your problem.  Otis     ...
   Author: Otis Gospodnetic, 2004-08-19, 14:13
Re: Lucene as primary object storage - Lucene - [mail # user]
...Karl, you might want to have a look at Zoe (the email app from several years ago that uses Lucene as its storage). Also, there is DbDirectory for Lucene, which should have XA support.  Andi...
   Author: Otis Gospodnetic, 2007-06-29, 00:19
Re: Maintain a backup index - Lucene - [mail # user]
... directory. We are using Lucene 2.0 v. The normal way to have backup is to run a small reindex script every 5 mins, which would pick up only those files which were modified in that time frame...
   Author: Otis Gospodnetic, 2007-06-22, 11:03
Re: [Digester] DigesterMarriesLucene - Lucene - [mail # user]
...Hello,  There is no need to include DigesterMarriesLucene.class in that Lucene-demos Jar.  You just need to make sure you add the directory where DigesterMarriesLucene.class is, to your...
   Author: Otis Gospodnetic, 2004-04-22, 09:38
Sort:
project
Lucene (162)
Solr (66)
ElasticSearch (4)
Droids (1)
Nutch (1)
type
mail # user (127)
mail # dev (30)
issue (4)
mail # general (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (79)
author
Michael McCandless (424)
Uwe Schindler (286)
Robert Muir (216)
Otis Gospodnetic (162)
Chris Hostetter (144)
Shai Erera (118)
Simon Willnauer (93)
Erik Hatcher (90)
Mark Miller (82)
Grant Ingersoll (78)
Erick Erickson (75)
Doug Cutting (74)
Steven A Rowe (60)
Jason van Zyl (59)
Yonik Seeley (57)