Search Discussions
-
I've built a search prototype feature for my application using Lucene, and it works great. The application monitors a remote system and currently indexes just a few core attributes of the objects on ...
Becker, Thomas
Feb 6, 2013 at 1:50 pm
Mar 4, 2013 at 8:49 pm -
I understand from the JIRA ticket(Lucene-3640) that the IndexSearcher.close() is no-op operation but not very clear on why it is a no-op? Could someone shed some light on this? We were using this ...
Saisantoshi
Feb 18, 2013 at 6:33 pm
Feb 19, 2013 at 6:47 pm -
In Lucene 3.6 I had code that replicated a Dismax Query, and the search used fuzzy queries in some cases to match values. But I was finding the score attributed to matches on fuzzy searches was ...
Paul Taylor
Feb 26, 2013 at 4:34 pm
Apr 4, 2013 at 8:21 pm -
Hi all, Debugging Solr spellchecker (IndexBasedSpellchecker, delegating on lucene Spellchecker) behaviour i think i found a bug when the input is a 6 letter word: - george - anthem - argued - fluent ...
Samuel García Martínez
Feb 20, 2013 at 11:35 pm
Feb 21, 2013 at 9:32 pm -
Hello all, From the grouping javadoc, I read that fields that are supposed to be grouped should not be tokenized. I have an use case where the user has the freedom to group by any field during search ...
Ramprakash Ramamoorthy
Feb 18, 2013 at 2:13 pm
Feb 20, 2013 at 5:58 am -
Hello list, I have a scenario wherein I need an in-memory index as I need faster search. The problem goes like this : I have a list which contains a couple of thousands words. Each word has a ...
Mohammad Tariq
Feb 11, 2013 at 3:15 pm
Feb 12, 2013 at 8:20 pm -
I'm looking for a way of making a query on words which contain wildcards (* or ?). In general, we use wildcards in query, not in the text. I haven't find anything in Lucene to build that ...
Nicolas Roduit
Feb 8, 2013 at 7:49 am
Feb 8, 2013 at 8:18 pm -
Just updating codebase from Lucene 3.6 to Lucene 4.1 and seems my tests that use NormalizeCharMap for replacing characters in the anyalzers are not working. Below Ive created a self-contained test ...
Paul Taylor
Feb 20, 2013 at 11:29 am
Feb 26, 2013 at 10:04 am -
Dear all, I read from this page http://lucene.apache.org/core/4_1_0/grouping/index.html that, grouping is possible only when I do a block index and place a binary marker at the end of each block ...
Ramprakash Ramamoorthy
Feb 20, 2013 at 7:24 am
Feb 25, 2013 at 6:49 am -
What is equivalent to Document.setBoost() from Lucene 3.6 inLucene 4.1 ? --------------------------------------------------------------------- To unsubscribe, e-mail: <span class="m_body_email_addr" ...
Paul Taylor
Feb 18, 2013 at 12:17 pm
Feb 18, 2013 at 6:26 pm -
Team, I am facing a strange issue with term queries and stored fields. Here is how I index and fetch the query results, Case 1 : doc.add(new StoredField("published", b.getPublished())); Query query = ...
Ramprakash Ramamoorthy
Feb 11, 2013 at 12:53 pm
Feb 13, 2013 at 5:20 am -
Hi! I'm sorry I didn't do any hard research on this, it's so quick to ask. ;) Is it possible to somehow find the count of each term in a set for each document returned by a query? For instance, if I ...
Lars-Erik Aabech
Feb 22, 2013 at 9:14 am
Feb 22, 2013 at 11:24 am -
Hi, How can I add field to hold a Java map object in such way that the "[", "]", "," are preserved? Thanks!
Cheng
Feb 13, 2013 at 1:34 am
Feb 14, 2013 at 9:50 am -
Pierre Antoine DuBoDeNa
Feb 9, 2013 at 10:20 am
Feb 10, 2013 at 3:14 pm -
Hello, I want to implement a central index, and I heard about Lucene, so I would like to ask your help to install it and configure it. My OS is Windows 7/XP/Server 2008. If I could index just one ...
Álvaro Vargas Quezada
Feb 5, 2013 at 12:58 pm
Feb 6, 2013 at 3:31 pm -
Hi, I have hacked together a small web front end to the Glimpse text indexing engine (see http://webglimpse.net/ for information). I am very happy with how Glimpse indexes and searches data. If I ...
Mathias Dahl
Feb 4, 2013 at 6:02 pm
Feb 6, 2013 at 7:34 am -
Hello all I am a lucene novice and trying to setup lucene in a .net app using lucene.net for searching through documents So far it has been fantastic, however given that the users expectations are ...
Kumar
Feb 25, 2013 at 3:24 am
Feb 27, 2013 at 2:23 am -
Hi, I am a Lucene user and I have a few questions about Lucene filters. I appreciate it if someone can shed light on this. 1. Is Lucene filters such as TermsFilter thread-safe in general? The ...
Wei Wang
Feb 25, 2013 at 1:24 am
Feb 26, 2013 at 12:47 am -
Hey Guys, I'm trying to figure out what would be a better approach to indexing when it comes to a large number of records (say 1 billion). As far as queries: 1. Only support exact matches (a field is ...
Drew Kutcharian
Feb 5, 2013 at 10:10 pm
Feb 6, 2013 at 2:37 pm -
Hello, Is there anything in the Lucene core/contrib that could help detect if a keyword is CJK or not? I was thinking that an okay heuristic might be to inspect if the keyword's characters unicode ...
Gili Nachum
Feb 21, 2013 at 10:51 pm
Mar 11, 2013 at 8:59 am -
Hi all! I'm using SpanQuery.getSpans() method for retrieving the precise information about all the matches through all the documents in the index. My question, is it possible to to get the spans in ...
Igor Shalyminov
Feb 23, 2013 at 6:47 pm
Feb 25, 2013 at 10:50 am -
We're using Lucene 3.3.0 and have an index with close to 10 million documents. When the application is started and the first search is performed, we open a read only IndexReader by calling ...
Wendy Meadows
Feb 13, 2013 at 6:28 pm
Feb 14, 2013 at 2:21 pm -
This is what I want, yes. But I begin to understand that this is not possible without storing additional meta-data as neither the index nor the documents preserve the type info (correct me if I'm ...
Rolf Veen
Feb 1, 2013 at 8:18 am
Feb 6, 2013 at 10:30 am -
I am using the TieredMergePolicy and using the compound index: TieredMergePolicy mergePolicy = new TieredMergePolicy(); indexWriterConfig.setMergePolicy(mergePolicy.setNoCFSRatio(1.0d)); Prior to ...
Saisantoshi
Feb 1, 2013 at 5:51 pm
Feb 1, 2013 at 11:44 pm -
Hi List, I've encountered this problem using Solr (4.1.0), but as far as I could trace it, I think it belongs to this list. I have the following field type in my schema: <fieldType ...
Paul Alexandrow
Feb 14, 2013 at 6:23 pm
Mar 9, 2013 at 6:58 pm -
This works in 3.6, but in 4.1 fails whats wrong with the code public void testTokenization() throws IOException { StringBuffer sb = new StringBuffer(); for(char i=0;i<100;i++) { Character c = new ...
Paul Taylor
Feb 26, 2013 at 12:26 pm
Feb 26, 2013 at 1:44 pm -
Strange test failure after converting code from Lucene 3.6 to Lucene 4.1 public void testIndexPuid() throws Exception { addReleaseOne(); RAMDirectory ramDir = new RAMDirectory() ...
Paul Taylor
Feb 19, 2013 at 8:57 pm
Feb 19, 2013 at 10:56 pm -
Any other Lucene/Solr enthusiasts attending ApacheCon in Portland next week? Maybe we can pick a time and place to grab a few beers and exchange some ideas and user knowledge. -- Nico Krijnen ...
Nico Krijnen
Feb 19, 2013 at 11:21 am
Feb 19, 2013 at 6:47 pm -
Could any one throw light on this. Im using Lucene 3.0.3. I am having multiple shards and using ParallelMultiSearcher to search across shards. Exception: java.util.concurrent.ExecutionException ...
Ganesh M
Feb 14, 2013 at 12:44 pm
Feb 15, 2013 at 6:07 am -
I'm starting with Lucene 4 and have built my own analyzer with stemming and synonyms. This works perfectly. I built a Lucene index with several documents (with an ID) containing a text (with ...
Nicolas Roduit
Feb 6, 2013 at 9:17 am
Feb 8, 2013 at 7:34 am -
The following query does not seems to work after we upgrade from 2.4 - 4.0 *+type:sometype +title:sometitle** Any ideas as to what are some of the places to look for? Is the above Query correct in ...
Saisantoshi
Feb 26, 2013 at 11:52 pm
Feb 27, 2013 at 4:54 am -
This code worked in 3.6 but now throws nullpointer exception in 41, Im not expecting there to be a token created, but surely it shouldn't throw NullPointerException Tokenizer tokenizer = new ...
Paul Taylor
Feb 26, 2013 at 12:30 pm
Feb 26, 2013 at 2:22 pm -
What replaces the computeNorm method in DefaultSimilarity in 4.1 Ive always subclassed DefaultSimilarity to resolve an issue whereby when document has multiple values in a field (because has one-many ...
Paul Taylor
Feb 19, 2013 at 11:43 am
Feb 26, 2013 at 10:48 am -
In my 3.6 code I was adding numeric field to my index as follows: public void addNumericField(IndexField field, Integer value) { addField(field, NumericUtils.intToPrefixCoded(value)); } but I've ...
Paul Taylor
Feb 25, 2013 at 10:51 am
Feb 25, 2013 at 10:57 am -
I know that general questions about aggregate functions have been asked here before a number of times, but I would like to figure out how to solve at least one specific subset of this issue. Namely, ...
Vitaly Funstein
Feb 20, 2013 at 11:32 pm
Feb 25, 2013 at 10:25 am -
I am currently writing an indexer class to index texts from stdin. I also need the text to be tokenized and stored to access the termvector of the document. I tweaked the lucene indexer from the demo ...
A. L. Benhenni
Feb 19, 2013 at 10:04 am
Feb 19, 2013 at 11:51 pm -
Hi, I have two questions 1.How to Get the enumeration of Terms Ending with a given word I saw we can get enumerations of word starting at a given word by Indexreader.terms(term())) method 2.Actually ...
VIGNESH S
Feb 14, 2013 at 10:43 am
Feb 18, 2013 at 10:24 pm -
Hello, A bit off topic, but… could someone recommend a text summarizer? Something along the lines of Open Text Summarizer or such: http://libots.sourceforge.net What's the state of the art in text ...
Petite Abeille
Feb 17, 2013 at 10:11 am
Feb 17, 2013 at 1:25 pm -
Hi, What is the equivalent analyzer of LimitTokenCountAnalyzer in 4.1? Thanks!
Cheng
Feb 14, 2013 at 12:46 pm
Feb 14, 2013 at 2:07 pm -
Finally I can group the results of my query, but thd sorter of the results is not my idea. what I want is the rank of *the group's total hits*. Can anyone help me ? thx ----- ...
Wgggfiy
Feb 3, 2013 at 8:18 am
Feb 9, 2013 at 7:25 am -
hello, I have the following question: is it possible to combine the result of a custom score, with the normal relevance ranking score ? We'd like to have a scoring where documents that have a "title" ...
Heikki
Feb 8, 2013 at 10:41 am
Feb 8, 2013 at 12:32 pm -
Hello, I have an application where a great many documents may not have any terms after StandardAnalyzer has had its way with the body. In that case, depending on some other metadata, I may not wish ...
Jon Stewart
Feb 6, 2013 at 7:32 pm
Feb 6, 2013 at 7:56 pm -
I'd like to compare the relevance scores that are returned when using the Similarity classes that are available in Lucene 4.x, and it seems like using the Benchmark component would be a good way to ...
Michael O'Leary
Feb 4, 2013 at 11:01 pm
Feb 6, 2013 at 4:21 pm -
Hi! I wonder where one can get information about current Lucene (v 4.1) core search classes - AtomicReader, CompositeReader, ReaderContexts - and how to use them properly for building custom search ...
Igor Shalyminov
Feb 5, 2013 at 11:45 am
Feb 6, 2013 at 8:40 am -
Hello anyone, We recently ran into something people might not be fully aware of. Specifically, because codec jars require META-INF/services files in order to be discovered, and each codec has the ...
Karl Wright
Feb 4, 2013 at 4:39 pm
Feb 4, 2013 at 4:45 pm -
It is by design, and 2.4 works the same way. Are you closing or committing your IndexWriter after each added document? Because if you add 100 docs you should not see 100 versions of these files, only ...
Michael McCandless
Feb 1, 2013 at 11:51 am
Feb 1, 2013 at 5:43 pm -
rt, I'm totally puzzled, Can anyone explain it with an example ? thx. ----- -------------------------- Email: <span class="m_body_email_addr" title="a9ecd3c1009b3a05b4391c2a8698fbd8" ...
Wgggfiy
Feb 1, 2013 at 10:13 am
Feb 1, 2013 at 11:38 am -
Hi Mike, Thanks for your reply.. MY Scenario is I am creating Lucene Index with Two Fields 1.Filename 2.File Contents For Example I initially added fields FileName:-say LuceneInAction.pdf which is ...
VIGNESH S
Feb 1, 2013 at 6:12 am
Feb 1, 2013 at 9:43 am -
0
In Lucene 4.1 FuzzyQuery constructor now takes parameter maxEdits instead of parameter minSimilarity
FuzzyQuery constructor now takes parameter maxEdits instead of parameter minSimilarity. But I'm unclear how to map from the old value to the new value or whether they are unrelated and can no longer ...Paul Taylor
Feb 26, 2013 at 3:02 pm
Feb 26, 2013 at 3:02 pm -
Hi all, I am implementing query auto completion by using TSTAutocomplete in lucene 3.6.0. In my understanding, prefixCompletion returns a set of suggestion for completion. API document says it ...
김성찬(Seongchan Kim)
Feb 25, 2013 at 2:55 pm
Feb 25, 2013 at 2:55 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 60 |
posts | 224 |
users | 75 |
website | lucene.apache.org |
75 users for February 2013
Archives
- June 2016 (77)
- May 2016 (96)
- April 2016 (116)
- March 2016 (67)
- February 2016 (76)
- January 2016 (78)
- December 2015 (85)
- November 2015 (114)
- October 2015 (95)
- September 2015 (123)
- August 2015 (98)
- July 2015 (107)
- June 2015 (85)
- May 2015 (70)
- April 2015 (103)
- March 2015 (130)
- February 2015 (183)
- January 2015 (111)
- December 2014 (147)
- November 2014 (117)
- October 2014 (118)
- September 2014 (148)
- August 2014 (206)
- July 2014 (161)
- June 2014 (282)
- May 2014 (162)
- April 2014 (152)
- March 2014 (152)
- February 2014 (219)
- January 2014 (147)
- December 2013 (88)
- November 2013 (176)
- October 2013 (220)
- September 2013 (232)
- August 2013 (257)
- July 2013 (320)
- June 2013 (223)
- May 2013 (228)
- April 2013 (233)
- March 2013 (309)
- February 2013 (224)
- January 2013 (425)
- December 2012 (246)
- November 2012 (301)
- October 2012 (200)
- September 2012 (116)
- August 2012 (229)
- July 2012 (302)
- June 2012 (203)
- May 2012 (253)
- April 2012 (172)
- March 2012 (245)
- February 2012 (347)
- January 2012 (302)
- December 2011 (191)
- November 2011 (246)
- October 2011 (251)
- September 2011 (230)
- August 2011 (197)
- July 2011 (254)
- June 2011 (374)
- May 2011 (310)
- April 2011 (310)
- March 2011 (422)
- February 2011 (227)
- January 2011 (365)
- December 2010 (239)
- November 2010 (322)
- October 2010 (295)
- September 2010 (192)
- August 2010 (295)
- July 2010 (296)
- June 2010 (292)
- May 2010 (299)
- April 2010 (359)
- March 2010 (399)
- February 2010 (448)
- January 2010 (467)
- December 2009 (478)
- November 2009 (699)
- October 2009 (609)
- September 2009 (450)
- August 2009 (465)
- July 2009 (582)
- June 2009 (470)
- May 2009 (513)
- April 2009 (609)
- March 2009 (684)
- February 2009 (389)
- January 2009 (356)
- December 2008 (589)
- November 2008 (480)
- October 2008 (508)
- September 2008 (604)
- August 2008 (582)
- July 2008 (522)
- June 2008 (444)
- May 2008 (424)
- April 2008 (453)
- March 2008 (515)
- February 2008 (560)
- January 2008 (619)
- December 2007 (405)
- November 2007 (471)
- October 2007 (392)
- September 2007 (337)
- August 2007 (568)
- July 2007 (584)
- June 2007 (496)
- May 2007 (623)
- April 2007 (542)
- March 2007 (765)
- February 2007 (669)
- January 2007 (602)
- December 2006 (469)
- November 2006 (498)
- October 2006 (598)
- September 2006 (572)
- August 2006 (668)
- July 2006 (692)
- June 2006 (695)
- May 2006 (609)
- April 2006 (497)
- March 2006 (695)
- February 2006 (541)
- January 2006 (544)
- December 2005 (368)
- November 2005 (529)
- October 2005 (565)
- September 2005 (526)
- August 2005 (493)
- July 2005 (409)
- June 2005 (570)
- May 2005 (363)
- April 2005 (464)
- March 2005 (419)
- February 2005 (600)
- January 2005 (636)
- December 2004 (633)
- November 2004 (597)
- October 2004 (460)
- September 2004 (495)
- August 2004 (450)
- July 2004 (552)
- June 2004 (491)
- May 2004 (355)
- April 2004 (362)
- March 2004 (486)
- February 2004 (375)
- January 2004 (285)
- December 2003 (377)
- November 2003 (452)
- October 2003 (217)
- September 2003 (291)
- August 2003 (186)
- July 2003 (226)
- June 2003 (218)
- May 2003 (334)
- April 2003 (256)
- March 2003 (276)
- February 2003 (228)
- January 2003 (190)
- December 2002 (192)
- November 2002 (365)
- October 2002 (280)
- September 2002 (179)
- August 2002 (117)
- July 2002 (203)
- June 2002 (229)
- May 2002 (248)
- April 2002 (282)
- March 2002 (228)
- February 2002 (252)
- January 2002 (134)
- December 2001 (146)
- November 2001 (327)
- October 2001 (177)
- September 2001 (1)