idilhaq / duke

Automatically exported from code.google.com/p/duke
0 stars 1 forks source link

Indexing in Lucene engine #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the indexes used for building the knowledge base/search get refreshed in 
Duke? If so, what is the frequency of the index getting refreshed? Can we 
define the frequency? If not, is it creating index every time?

Is there a Nickname comparator in duke?

Original issue reported on code.google.com by brindhac...@gmail.com on 27 Jan 2014 at 4:53

GoogleCodeExporter commented 9 years ago
Your code controls when the indexing happens. If your data source gives you all 
the updated records you can just call Processor.index() with the data sources 
you want to index.

I don't know if there is a nickname comparator there. What is a nickname 
comparator?

Original comment by lar...@gmail.com on 27 Jan 2014 at 6:38

GoogleCodeExporter commented 9 years ago
Are you OK with this issue now? If so I'd like to close it.

Original comment by lar...@gmail.com on 14 Feb 2014 at 8:08

GoogleCodeExporter commented 9 years ago
yes thank you so much for helping. 

Original comment by brindhac...@gmail.com on 19 Feb 2014 at 4:32

GoogleCodeExporter commented 9 years ago
You're welcome. :)

Note that this project is now moved to https://github.com/larsga/Duke

Original comment by lar...@gmail.com on 19 Feb 2014 at 5:45