Storing Documents in Lucene

2013-03-28 Thread Paul
Hi, Some of the stuff I've read suggests that Lucene is not especially well-suited to storing the documents. It's supposed to be great at indexing those documents, but not so great at storing the docs themselves. Can someone shed some light on this? If this is true, then am I right to think th

Re: Storing Documents in Lucene

2013-03-28 Thread Yann-Erwan Perio
On Thu, Mar 28, 2013 at 11:06 PM, Paul wrote: Hello, > Some of the stuff I've read suggests that Lucene is not especially > well-suited to storing the documents. It's supposed to be great at > indexing those documents, but not so great at storing the docs themselves. If you think about navigati

Re: Storing Documents in Lucene

2013-03-28 Thread Adrien Grand
On Thu, Mar 28, 2013 at 11:06 PM, Paul wrote: > Hi, Hi Paul, > Some of the stuff I've read suggests that Lucene is not especially > well-suited to storing the documents. It's supposed to be great at indexing > those documents, but not so great at storing the docs themselves. > > Can someone sh

Re: Storing Documents in Lucene

2013-03-29 Thread Michael Wechner
you also might like to consider Jackrabbit: http://jackrabbit.apache.org/ or Yarep: https://github.com/wyona/yarep which are both using Lucene for indexing, but the actual data storage is hidden by an abstraction layer and is configurable/customizable. HTH Michael Am 29.03.13 02:24, schri