lucene.net
Loading one field in lucene index
Whats the fastest way to loading all of the values of 开发者_如何学Ca lucene index field in memory,[详细]
2023-02-16 14:11 分类:问答Nhibernate search with Lucene.Net, historical data
When I was searching for SQL full text index solution in Nhinbernate, I came across Lucene.Net solution, and I found and excellent article at http://www.d80.co.uk/post/2011/03/04/Nhibernate-Search-Tut[详细]
2023-02-16 07:39 分类:问答ASCIIFoldingFilter usage example on Lucene.NET
I am trying to implement my search on Lucene.NET and my needs are: search and find the result directly[详细]
2023-02-16 03:43 分类:问答Denormalization of database tables for Lucene indexing
I am just starting up with Lucene, and I\'m trying to index a database so I can perform searches on the content. There are 3 tables that I am interested in indexing:[详细]
2023-02-16 02:15 分类:问答Can I share a value across multiple fields in Lucene?
I\'m wondering if it\'s possible to 开发者_如何学JAVAadd a value to multiple fields at once in Lucene, so that I don\'t have to replicate the value across multiple fields and waste space unnecessarily[详细]
2023-02-16 01:59 分类:问答How often can I update a Lucene index?
Is it ok to update a lucene index frequently (every few seconds)?The updates will equally be adds and updates and searching will be happening at the same开发者_C百科 time.I\'ll prefix this answer with[详细]
2023-02-15 12:11 分类:问答build index using lucene.net 2.9.2.2
I have to use lucene.net 2.9.2.2 with NHibernate 3.0. I have started to edit this old code: public void BuildSearchIndex()[详细]
2023-02-15 07:32 分类:问答Lucene.NET Boost for different type of entity
I am new to Lucene.NET and have already run into a (I think) difficult problem. I have an object lets say a \"Company\", now there are 3 different types of companies ordered by impo开发者_运维问答rtan[详细]
2023-02-14 05:31 分类:问答Searching TokenStream fields in Lucene
I am just starting out with Lucene, and I feel like I must have a fundamental misunderstanding of it, but from the samples and documentation I could not figure out this issue.[详细]
2023-02-13 20:20 分类:问答Lucene.net multi field searches
In an attempt to get some more contextually relevant search results I\'ve decided to have a play with lucene.net although I\'m very new to it and I\'ve found it not to be the most intuitive library I\[详细]
2023-02-13 05:54 分类:问答