directory « lucene.net « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » lucene.net » directory 

1. Twin Lucene index directories after Nhibernate.Search upgrade    stackoverflow.com

i've been busy upgrading our n* stack to a more recent version. We'd been using FluentNhibernate for configuration and Nhibernate.search coupled with Lucene.Net for full-text search. Everything worked fine until i ...

2. Lucene .NET fixed filenames in index directory possible?    stackoverflow.com

When building a Lucene .NET index it creates several randomly named files under the root index directory. My question is, is there a way to have these files have a static ...

3. NHibernate.Search - Set Index Directory at runtime    stackoverflow.com

I am building a Multi-Tenant application and would like to create seperate Indexes for each tenant, however I can't seem to find a way to set my index directory at runtime ...

4. How do I delete a Lucene index without affecting other non-index files in the directory?    stackoverflow.com

I am wanting to write back an in-memory Lucene index to disk, overtop of the originally-loaded index. Currently if I call Directory.Copy( _ramDirectory, _fileSystemDirectory, false ), it simply adds the new ...

5. Organising a Lunene Directory    stackoverflow.com

I have a set of records. Each record can have multiple skills and a single state. So you might have a record of skills a, b and c and a state ...

6. Lucene: replicated (FS)Directory implementation    stackoverflow.com

Is there any alternative implementations of Lucene's (FS)Directory, notably ones related to replication? What I am looking forward to doing (but looking for something existing before implementing my own :) is ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.