reopen with optimize and FileNotFoundException

2011-03-09 Thread bart_212
Hi, I have two web applications that uses lucene 2.3.2. Both share the same index and can write or read. Writing is synchronized based on file system to allow only one IndexWriter to work at the moment. There can be multiple IndexReader. IndexReader is stored and before searching, there is done #re

Re: Recent Content - Lucene vs. DB SELECT / DB Triggers / Memcached

2011-03-09 Thread Itamar Syn-Hershko
(sorry for picking this up so late...) This sounds like a perfect fit for document DBs like CouchDB and MongoDB - based on your architecture and data structure. They are designed for multi-server applications, and use Map/Reduce which will give you Lucene operations directly from your DB, n

Re: "shared fields"?

2011-03-09 Thread Erick Erickson
How large is (large)? What machines are you intending to run this on? In general, though, don't worry about index size until you actually have some numbers to deal with. Solr generally has resource issues based on the number of #unique# terms in an index. So repeating the same thing in a bunch of

"shared fields"?

2011-03-09 Thread sol myr
Hi, I have several documents that share the same (large) searchable data. For example, say my Documents represent movies, and  2 movies share the same actorBiography of Brad Pitt (assuming I want to search movies by actorBiography words, far-fetched as it might seem): Document1:  - movieName=

Re: spell checker across multiple fields

2011-03-09 Thread shrinath.m
Hi, can I know, if there is any improvement since 4 years ? Can we do that now in Lucene 3.0.3 ? -- View this message in context: http://lucene.472066.n3.nabble.com/spell-checker-across-multiple-fields-tp539392p2654706.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. -