Re: Lucene index corruption and recovery

2017-07-25 Thread sputul
Another sanity check. With deletion, only option would be to reindex those documents. Could someone please let me know if I am missing anything or if I am on track here. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-index-corruption-and-recovery-tp4347439p43

Re: Lucene index

2008-09-24 Thread Shalin Shekhar Mangar
ow can I achieve this. > > I am able to search by using solr web admin > but not able to add. > Please tell me how can I attach my file to you. > > Thanks > > Regards, > Dinesh Gupta > > > Date: Tue, 23 Sep 2008 19:36:22 +0530 > > From: [EMAIL PROTECTED] > &

RE: Lucene index

2008-09-24 Thread Dinesh Gupta
PROTECTED] > To: solr-user@lucene.apache.org > Subject: Re: Lucene index > > Hi Dinesh, > > This seems straightforward for Solr. You can use the embedded jetty server > for a start. Look at the tutorial on how to get started. > > You'll need to modify the schema.

Re: Lucene index

2008-09-23 Thread Shalin Shekhar Mangar
ring) data.get("DirectCategories"))); > >// ColumnC - Product Catalogues >doc.add(new Field("clg",(String) > data.get("Catalogues"),Field.Store.YES,Field.Index.TOKENIZED)); >//doc.add(Field.Text("clg", (String) dat

RE: Lucene index

2008-09-23 Thread Dinesh Gupta
Field.Store.YES,Field.Index.TOKENIZED)); //doc.add(Field.Text("clg", (String) data.get("Catalogues"))); //Product Delivery Cities doc.add(new Field("dcty",(String) data.get("DelCities"),Field.Store.YES,Field.Index.TOKENIZED));

Re: Lucene index

2008-09-23 Thread Shalin Shekhar Mangar
On Tue, Sep 23, 2008 at 5:33 PM, Dinesh Gupta <[EMAIL PROTECTED]>wrote: > > Hi, > Current we are using Lucene api to create index. > > It creates index in a directory with 3 files like > > xxx.cfs , deletable & segments. > > If I am creating Lucene indexes from Solr, these file will be created or

RE: Lucene index verifier

2008-02-08 Thread Lance Norskog
Given the size of our index, using file checksums is more feasible. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Friday, February 08, 2008 5:10 AM To: solr-user@lucene.apache.org Subject: Re: Lucene index verifier If someone wanted

Re: Lucene index verifier

2008-02-08 Thread Yonik Seeley
If someone wanted those additional checks, it seems like the right place to hook it in would be the snapshooter or snapinstaller. -Yonik On Feb 8, 2008 8:04 AM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > I think Mike M. put up a tool called CheckIndex that is a simple > driver program that chec

Re: Lucene index verifier

2008-02-08 Thread Grant Ingersoll
I think Mike M. put up a tool called CheckIndex that is a simple driver program that checks for corruption. However, my understanding is that he isn't sure it is complete just yet, but it is a start. Have a look in the latest release. Maybe it would be useful to have it run either on star