lucene
Lucene: I would like to do a search on the index which I have built using Lucene but while searching I would like to ignore case
Lucene: I would like to do a search on the index which I have built using Lucene but while searching I would like to ignore case of the search criteria , how can i do it ?[详细]
2023-04-12 04:36 分类:问答Apache lucene and text meaning
I have a question about searching process in lucene/. I use this code for search Directory directory = FSDirectory.GetDirectory(@\"c:\\index\");[详细]
2023-04-12 04:28 分类:问答How does git file log internally works?
I am very interested how git log -- filename works internally. Does this go through all tree-objects in the repository, search for the filename-string and then returns all log-messages from the commi[详细]
2023-04-12 04:18 分类:问答Using Lucene when indexing I boost certain documents, but their score at search is still 1
I am trying to boost certain document开发者_JAVA技巧s.But they dont get boosted. Please tell me what I am missing. Thanks![详细]
2023-04-12 03:51 分类:问答Range queries on multi-values fields in lucene
How does Solr support range queri开发者_如何学Ces on multi-valued fields? (when Lucene by itself doesn\'t support it).Lucene does support range queries on multi-valued fields. See below:[详细]
2023-04-12 03:31 分类:问答problems in lucene android
I开发者_如何学Go\'m new to android and Lucene. I want to know whether I can use lucene for search in android list view.[详细]
2023-04-11 23:31 分类:问答How to use Solr?
I’m programming en ASP MVC3 application. One part of that application should be a product list containing faceted search, full text search and distance search. After a while of research I found SOLR[详细]
2023-04-11 20:48 分类:问答What is difference between Solr 1.4 and Solr 3.4
mostly its recommended download apache-solr 1.4.1 from http://mirror.lividpenguin.com/pub/a开发者_如何学编程pache//lucene/solr/[详细]
2023-04-11 17:47 分类:问答Lucene(thread) quits quietly when print hits with String.format()
I\'m using Lucene 3.0.3/Java 1.6 and created an index like this (each document) with the help of the WhitespaceAnalyzer:[详细]
2023-04-11 17:02 分类:问答Personalized Search with Lucene
I\'d like to ask questions about personalized search. I\'m about to design/implement a personalized search with Lucene. I did some googling about that, but didn\'t seem to find module/开发者_运维问答t[详细]
2023-04-11 13:08 分类:问答