
ian.lea at gmail
Aug 20, 2012, 3:19 AM
Post #2 of 4
(243 views)
Permalink
|
org.apache.lucene.index.PKIndexSplitter in contrib-misc sounds promising. www.slideshare.net/abial/eurocon2010 "Munching & crunching - Lucene index post-processing" sounds well worth a look too. Or just build new indexes from scratch routing docs to the correct index however you choose. -- Ian. On Mon, Aug 20, 2012 at 10:49 AM, grainne wallace <grainne.wallace [at] anaeko> wrote: > Hi there, > > I currently have a lucene index based on version 3.5 made up of xml > documents. > I'd like to create smaller indexes from the main index ; > 1) an index based on a date range from the last week > 2) an index based on the last month > 3) an index based on the last 3 months. > > The reason I would like to do this is because I am using semantic vectors > code to create a semantic space based on time slices, > semantic vectors has no programmatic way to do this, > > Can you advise, > Regards > Grainne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe [at] lucene > For additional commands, e-mail: java-user-help [at] lucene > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe [at] lucene For additional commands, e-mail: java-user-help [at] lucene
|