Re: How to get the index last modification date ?

2017-04-08 Thread Jean-Claude Dauphin
On Sunday, April 9, 2017, 2:21:38 AM GMT+3, Jean-Claude Dauphin < > jc.daup...@gmail.com> wrote: > Hello, > > I need to check the index last modification date to count the number of > indexed terms only if tthe index has changed. > > Any idea or suggestion on how to do this. > > Thank you in advance. > > Best wishes, > > -- > Jean-Claude Dauphin >

How to get the index last modification date ?

2017-04-08 Thread Jean-Claude Dauphin
Hello, I need to check the index last modification date to count the number of indexed terms only if tthe index has changed. Any idea or suggestion on how to do this. Thank you in advance. Best wishes, -- Jean-Claude Dauphin

Re: Migration from 4-7-0 to 6-0-0

2016-05-25 Thread Jean-Claude Dauphin
> > change coding > 5.0, see https://issues.apache.org/jira/browse/LUCENE-6013 > > > 2) Same for the method Query.extractTerms > 5.2, see https://issues.apache.org/jira/browse/LUCENE-6425 > > hth, > > Oliver > -- Jean-Claude Dauphin jc.daup...@gmail.com h

Migration from 4-7-0 to 6-0-0

2016-05-23 Thread Jean-Claude Dauphin
appreciate any information on these issues and advices on the best strategy to follow for migrating. Thank you in advance for your time Best wishes -- Jean-Claude Dauphin j

Dangerous reflection access to sun.misc.Cleaner by class org.apache.lucene.store.MMapDirectory$MMapIndexInput$1 detected!

2014-11-03 Thread Jean-Claude Dauphin
is quite annoying. Any idea on how to get rid of this message or should we ignore it ?? Thank you in advance for any information on this issue. Best wishes, JCD -- Jean-Claude Dauphin jc.daup...@gmail.com jc.daup...@afus.unesco.org http://kenai.com/projects/j-isis/ http://www.unesco.org/isis

Re: Why PhraseQuery translate stopwords to "?"

2013-12-10 Thread Jean-Claude Dauphin
ot; gives the correct results Thanks again, I was struggling with this issue the last 2 days. Jean-Claude Dauphin On Mon, Dec 9, 2013 at 11:02 PM, Jack Krupansky wrote: > The analyzer is generating holes for the stop words - the position of the > subsequent term is incremented an ext

Why PhraseQuery translate stopwords to "?"

2013-12-09 Thread Jean-Claude Dauphin
PhraseQuery translate stopwords to "?" would be appreciated. Thank you in advance Jean-Claude Dauphin -- Jean-Claude Dauphin jc.daup...@gmail.com jc.daup...@afus.unesco.org http://kenai.com/projects/j-isis/ http://www.unesco.org/isis/ http://www.unesco.org/idams/ http://www.greenstone.org

Why Lucene 4.0.0 FilterAtomicReader terms method is final?

2013-01-15 Thread Jean-Claude Dauphin
Hi, I don't understand why the FilterAtomicReader method is declared as final while the TestFilterAtomicReader test overrides the terms method. I may have missed something, any help would be welcome Best wishes, JCD -- Jean-Claude Dauphin jc.daup...@gmail.com jc.daup...@afus.unesc

Indexing a date from a POJO

2011-02-07 Thread Jean-Claude Dauphin
defined as: Thanks in advance for yr help JCD -- Jean-Claude Dauphin jc.daup...@gmail.com jc.daup...@afus.unesco.org http://kenai.com/projects/j-isis/ http://www.unesco.org/isis/ http://www.unesco.org/idams/ http://www.greenstone.org

How to read the index in terms order

2009-11-12 Thread Jean-Claude Dauphin
Dear all, I am pretty sure it's trivial and I apologize for raising this issue. I wish to access the index in the order driven by: Term+"Field name"+Frequency or Frequency+Term+"Field Name". I read the terms in the order driven by "Field name"+Term+°Frequency as follow: Directory fsd =