Re: How could I avoid reindexing same files?

2009-04-08 Thread Veselin Kantsev
Hi Fergus, On Tue, Apr 07, 2009 at 05:06:23PM +0100, Fergus McMenemie wrote: > >Thank you much Fergus, > > > >I was considering implementing a database which would hold a path name > >and an MD5 sum of each file. > Snap. That is close to what we did. However due to our pervious > duff full text se

Re: How could I limit a specific field size ?

2009-04-06 Thread Veselin Kantsev
Thank you very much Shalin. Regards, Veselin K On Mon, Apr 06, 2009 at 02:19:05PM +0530, Shalin Shekhar Mangar wrote: > On Mon, Apr 6, 2009 at 1:52 PM, Veselin K wrote: > > > > > I'd like to copy the "text" field to a field called "preview" and > > then limit the "preview" field to just a few l

How could I avoid reindexing same files?

2009-04-06 Thread Veselin Kantsev
Hello, apologies for the basic question. How can I avoid double indexing files? In case all my files are in one folder which is scanned frequently, is there a Solr feature of checking and skipping a file if it has already been indexed and not changed since? Thank you. Regards, Veselin K