Search Discussions
-
Hi, I am quite new to the lucene scene and I need your help :-) There are several document classes. Lets say documents from class A, B, C, D and E. What I need is the following: 1) I want to search ...
Sascha Fahl
Jun 8, 2008 at 11:20 am
Jun 9, 2008 at 7:58 am -
Hi, Is it possible to read a disk-based index into RAM (entirely) and have all searches operate on it there? I saw some RAMDirectory examples, but it didn't look like it will transfer a disk index ...
Darren Govoni
Jun 27, 2008 at 5:53 pm
Jun 27, 2008 at 6:35 pm -
hi, what is the correct way to instruct the indexwriter (or other classes?) to delete old commit points after N minutes ? I tried to write a customized IndexDeletionPolicy that uses the parameters to ...
Alex Cheng
Jun 26, 2008 at 12:40 am
Jun 26, 2008 at 2:19 pm -
Hello, I need to be able to select a random word out of all the words in my index. how can I do this tru termDocs() ? Also, I need to get a list of unique words as well. Is there a way to ask this to ...
Cam Bazz
Jun 23, 2008 at 10:03 pm
Jun 24, 2008 at 2:43 pm -
Hi All, I have created an index file and indexing the content retrieved from a database. How can I search on this content? When indexed 3 files namely _0.cfs, segments.gen and segments_k are created. ...
Yugana
Jun 24, 2008 at 9:18 am
Jun 24, 2008 at 11:36 am -
Hi, I am new to Lucene. I have several text files I would like to index and search. How do I do this? Thanks, jnance -- View this message in context: ...
Jnance
Jun 20, 2008 at 2:58 pm
Jun 23, 2008 at 1:24 pm -
Hello list, I need to generate a report with all the terms, the document ids where they appear and the score in each document. My current approach is to get a Term enumeration from the index and ...
Gerardo Segura
Jun 19, 2008 at 4:07 pm
Jun 20, 2008 at 2:59 pm -
HI, i need to download this file which is NGramSpeller.java more information about this file is here http://www.marine-geo.org/services/oai/docs/javadoc/org/apache/lucene/spell/NGramSpeller.html but ...
Sumittyagi
Jun 19, 2008 at 10:35 pm
Jun 20, 2008 at 2:33 am -
Hi all Currently I'm using the search method returning the Hits object. According to http://wiki.apache.org/lucene-java/ImproveSearchingSpeed one should use a HitCollector-oriented search method ...
Konstantyn Smirnov
Jun 2, 2008 at 3:44 pm
Jun 17, 2008 at 10:00 am -
Dear all, I would like to seek your suggestion on re-ranking methodology. My problem is that I have a set of resulting documents to a query and each one of them with a matching score and also a list ...
Sengly Heng
Jun 13, 2008 at 3:48 pm
Jun 15, 2008 at 6:16 am -
Hi all, I've worked just a little with Lucene and now i need some stuffs to be done but i can't find responses in faq or how-to. My index contains products title like Nikon d300, nikon d200, nikon d3 ...
MaxiRobbie
Jun 13, 2008 at 3:00 pm
Jun 13, 2008 at 3:53 pm -
Hello, When you look at the fields of a document with Luke, there is a norm column. I have not been able to figure out what that is. The reason I am asking is that I am trying to build a uniqueness ...
Cam Bazz
Jun 11, 2008 at 2:05 pm
Jun 11, 2008 at 2:51 pm -
Each of my filters represent single boosting term queries. But when using the filter instead o the boosting term query I loose the score (not sure this is true) and payload boost (if any), both ...
Karl Wettin
Jun 10, 2008 at 11:42 pm
Jun 11, 2008 at 1:50 pm -
I am interested in changing the search configuration for grails domain objects on a running grails instance. Near as I can tell, I need to reload the mappings (Domain.cpm.xml) and then reindex ...
Stevieray
Jun 9, 2008 at 9:28 pm
Jun 10, 2008 at 7:55 am -
I have a design where I will be using multiple index shards to hold approx 7.5 million documents per index per month over many years. These will be large static R/O indexes but the corresponding ...
Antony Bowesman
Jun 9, 2008 at 2:47 pm
Jun 10, 2008 at 5:48 am -
I would like to be able to get multi-language support within a single index. I would appreciate input on what I am suggesting: Assuming that you want something like the following in your document: ...
Glen Newton
Jun 5, 2008 at 4:15 pm
Jun 5, 2008 at 5:07 pm -
Hello there! I'm indexing documents using the BrazilianAnalyzer, and I've noticed that many words are not being indexed. I store and index the entire doc (I'm doing this in order to present the ...
Vinicius Carvalho
Jun 3, 2008 at 7:51 pm
Jun 4, 2008 at 12:59 pm -
Hi, I am new to Lucene, so asking some basic question. Is there any example/reference implementation available of Lucene Usage using BooleanQuery using API instead of QueryParser? Cheers Aamir Yaseen ...
Aamir Yaseen
Jun 2, 2008 at 3:34 pm
Jun 3, 2008 at 10:04 am -
Hi All, I am using Lucene-core-2.3.2. One of the fields that I have indexed with Lucene contains a single character value which stands for a code. When I make queries using a StandardAnalyzer lucene ...
Ryan catambing
Jun 2, 2008 at 3:47 pm
Jun 3, 2008 at 7:29 am -
Is it possible to do nested proximity searches with lucene? i.e. can I say I want a to be within 1 word of b and then that group to be within 4 words of c? The syntax ""a b"~1" c"~4 doesn't seem to ...
David Lee
Jun 30, 2008 at 9:16 pm
Jul 1, 2008 at 9:15 am -
Hello All, Sort of new to lucene but have a general question in regards to performance. I've got a single index of rather large size (about 7 million docs). I've ran a couple different queries ...
Jordon Saardchit
Jun 27, 2008 at 9:25 pm
Jun 30, 2008 at 3:03 pm -
What is the difference between these three modes of operating with lucene... And are there any other modes/ways of operation also, using which we can more effectively run applications with lucene. I ...
Devashish
Jun 30, 2008 at 8:58 am
Jun 30, 2008 at 10:19 am -
If I'm using a computer that has multiple cores, or if I want to use several computers to speed up the indexing process, how should I do that? Is there some kind of support for that in the API? David ...
David Lee
Jun 27, 2008 at 9:58 pm
Jun 27, 2008 at 10:12 pm -
Hi all. Is there a way to obtain the number of documents in the Lucene index (2.0.0), having a particular term indexed, much like what we do in a database ? Looking forward to a reply. Ajay Garg -- ...
Java_is_everything
Jun 26, 2008 at 5:10 am
Jun 26, 2008 at 5:24 am -
Hi, I have 2 kind of searches. One kind is like the wikipedia suggestions and the other one is pretty classic. So does it make sense to have different indices for this 2 search-styles? best, sascha ...
Sascha Fahl
Jun 25, 2008 at 1:51 pm
Jun 25, 2008 at 2:01 pm -
Hi, I have around 10 different indexfiles to request. Is it better to do this via one request to one MultiReader or is better to request the 10 indeces one after another? Especially for doing some ...
Sascha Fahl
Jun 23, 2008 at 12:28 pm
Jun 25, 2008 at 9:12 am -
Hi, I want to customize a new Similarity class which need to adopt payload information.The current definition of scorePayload is below: "public float scorePayload(String fieldName, byte [] payload, ...
Wuqi
Jun 24, 2008 at 4:22 pm
Jun 24, 2008 at 7:30 pm -
Hi, BoostingQuery is designed to demote the scores of documents when they match the undesired query by the boosting/demoting the final score. The problem I see is this demoting factor is ...
Jay dragon
Jun 24, 2008 at 6:39 am
Jun 24, 2008 at 7:05 am -
How do you handle token payload that represent multiple values? I simply don't do it even though there are cases where I would like to see it. I also find that my token filters that update payload ...
Karl Wettin
Jun 21, 2008 at 4:57 pm
Jun 23, 2008 at 10:39 pm -
Hello. I am trying to implement a search based on a search text in an index that contains Track Title, Album Name or Artist Name information that delivers a list or results that are suited for "auto ...
Lukas Öesterreicher
Jun 23, 2008 at 3:25 pm
Jun 23, 2008 at 4:19 pm -
Dear Fellow Java/Lucene developers: I want to know if there is a way to improve the efficiency of doing a search using lucene such that when a user does a search, and should there be hundreds of ...
Syedfa
Jun 19, 2008 at 3:00 am
Jun 19, 2008 at 10:43 am -
Hi All, I need to fetch approximately 225 GB of Index Store records in a web page .the total time to fetch the record and display to the user takes 10 minutes.is it possible to reduce the time to ...
Sebastin
Jun 18, 2008 at 2:17 pm
Jun 18, 2008 at 2:51 pm -
So I'm using Snowball Analyzer on a field for business titles. The value "Charlie's Sandwich Shoppe" becomes "charli sandwich shopp". This happens partly because the StandardAnalyzer strips off the ...
Max Metral
Jun 17, 2008 at 9:17 pm
Jun 18, 2008 at 1:46 pm -
Hi all, I was wondering why only the Field constructor which accepts a String offers Store and Index options? I understand there might be no logic in offering them for the TokenStream constructor, ...
Itamar Syn-Hershko
Jun 9, 2008 at 8:53 pm
Jun 17, 2008 at 12:27 am -
Hi, I have a small problem regarding QueryParser and WildcardQueries. Basically, I'm indexing documents like this: doc.add(new Field("title", "_FooBar", Field.Store.YES, Field.Index.TOKENIZED)); ...
Felix Schwarz
Jun 16, 2008 at 11:52 am
Jun 16, 2008 at 1:23 pm -
Hi, I'm trying to build my own query. I want to combine several TermQuery + 1 PrefixQuery in a BooleanQuery. The Code looks like this: BooleanQuery bq = new BooleanQuery(); Term t = new Term("field", ...
Sascha Fahl
Jun 16, 2008 at 8:26 am
Jun 16, 2008 at 1:12 pm -
Hi, We had the memory leak issue when using DistanceSortSource of LocalLucene for repeated query/search. In about 450 queries, we are experiencing out of memory error. After dig in the code, we found ...
Ethan Tao
Jun 10, 2008 at 10:35 am
Jun 11, 2008 at 5:53 am -
Hello, In performing a multi-field query, is there a way to determine which field(s) the query matched in short of running a query against each of the fields independently? Could payloads be utilized ...
Michael Garski
Jun 3, 2008 at 11:28 pm
Jun 4, 2008 at 4:55 pm -
Is there a class to do this?
Jason Rutherglen
Jun 26, 2008 at 1:09 pm
Jun 26, 2008 at 1:09 pm -
Hello i am having the following code to highlight a text public String highlight(String text, String query ) throws IOException { TermQuery query = new TermQuery(new Term("f", query)); QueryScorer ...
Jim
Jun 26, 2008 at 8:32 am
Jun 26, 2008 at 8:32 am -
hi, what is the correct way to instruct the indexwriter to delete old commit points after N minutes ? I tried to write a customized IndexDeletionPolicy that uses the parameters to schedule future ...
Alex Cheng
Jun 26, 2008 at 12:22 am
Jun 26, 2008 at 12:22 am -
hi, what is the correct way to instruct the indexwriter to delete old commit points after N minutes ? I tried to write a customized IndexDeletionPolicy that uses the parameters to schedule future ...
Alex Cheng
Jun 26, 2008 at 12:16 am
Jun 26, 2008 at 12:16 am -
Hi: I am trying to add couple more values to the TermInfo file and want to keep the index backward compatible. But I see values such as docFreq etc. are stored as a VInt, so I couldn't do things like ...
John Wang
Jun 24, 2008 at 7:00 pm
Jun 24, 2008 at 7:00 pm -
Jay dragon
Jun 24, 2008 at 4:44 pm
Jun 24, 2008 at 4:44 pm -
Hello: I have a problem where I need to search for the word "C++". If I use StandardAnalyzer, the "+" characters are removed and the search is done on just the "c" character which is not what is ...
Alex Soto
Jun 24, 2008 at 3:59 pm
Jun 24, 2008 at 3:59 pm -
I've tried everything I can think of and I still can't unsubscribe from java-user@lucene.apache.org . None of my unsubscribe or emails to java-user-unsubscribe or java-user-help seem to do anything. ...
William Thimbleby
Jun 23, 2008 at 11:43 am
Jun 23, 2008 at 11:43 am -
is there any way i can find example of a program using NGramSpeller.java -- View this message in context: http://www.nabble.com/Example-using-NGramSpeller.java-tp18034945p18034945.html Sent from the ...
Sumittyagi
Jun 20, 2008 at 6:21 pm
Jun 20, 2008 at 6:21 pm -
I am not here to waste anyone's time and don't believe my post violates the terms of use. If the admins wish to remove my posts I understand. I am recruiting for a Search Engineer (Lucene), this ...
Jdanko
Jun 17, 2008 at 11:07 pm
Jun 17, 2008 at 11:07 pm -
Manu Konchady's book on building search applications is out: Konchady, Manu. 2008. Building Search Applications: Lucene, LingPipe, and Gate. Mustru Publishing. It's available from Amazon: ...
Bob Carpenter
Jun 12, 2008 at 9:24 pm
Jun 12, 2008 at 9:24 pm -
Dear all, To improve the search, I will have to do keyword expansion. I am looking for a library that would help me to get the list of synonym of a term with some similarity score. Is there any lib ...
Sengly Heng
Jun 11, 2008 at 5:18 pm
Jun 11, 2008 at 5:18 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 102 |
posts | 444 |
users | 119 |
website | lucene.apache.org |
119 users for June 2008
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)