lucene.net
Culture-independent stemmer/analyzer for Lucene.NET
We\'re currently developing a full-text-search-enabled app and we Lucene.NET is our weapon of choice. What\'s expected is that an app will be used by people from different countries, so Lucene.NET has[详细]
2023-02-20 00:51 分类:问答NHibernate Search FieldAttribute
I am not sure what are the parameters Index.Tokenized and Store actually meam, and how the value affect the index result? What is the difference between 2 properties below?[详细]
2023-02-19 18:48 分类:问答Only getting query terms as highlighted results with lucene highlighter (3.0)
I\'m using the current code to get fragments to highlight on lucene output, but the results are always just the searched for string.[详细]
2023-02-19 18:32 分类:问答What's the most efficient way to retrieve all matching documents from a query in Lucene, unsorted?
I am looking to perform a query for the purposes of maintaining internal integrity; for example, removing all traces of a particular field/value from the index. Therefore it\'s important that I find a[详细]
2023-02-19 14:22 分类:问答String to Lucene Query
I\'m using Lucene.Net and lucene query can change string. In my application, search are saved and re-searched using Boolean Query. I saved lucene query syntax like[详细]
2023-02-19 11:04 分类:问答Using an "AND" query with Lucene
I\'m very new to Lucene.net (2.9.4), and I\'m attempting 开发者_运维技巧to search using a MultiFieldQueryParser.I\'m not getting the results back I expect.I\'ve searched for answers to no avail...wond[详细]
2023-02-19 07:58 分类:问答best lucene query for user search input
I have news storage with 1,000,000 records Im using lucene library for fulltext searching my news hast (title, body, news date, ...) i need to find the best query for finding most relevant results fr[详细]
2023-02-19 02:33 分类:问答SolrNet + NHibernate integration
I currently use NHibernate.Search in my app which works fine, however i now need to move to Solr because I need to load-balance my application.[详细]
2023-02-19 01:33 分类:问答Indexing subclass fields by IndexEmbedded
I\'m am using NHibernate.Search and Lucene.Net. I will ask if anyone have experienced similar problems. This is the situation regarding the followin开发者_JAVA百科g three classes.[详细]
2023-02-17 15:54 分类:问答Nhibernate Search post-update listener
I have intergrated nHibernate search, with my nhibernate/ActiveRecord project. I am trying to get my post-update listener to work correctly but it seems that every time I update one of my objects wh[详细]
2023-02-17 09:21 分类:问答