Search Discussions
-
Hello. Let assume that I have this code in my application: (...) Query query = new RegexQuery(new Term("field", "C.T"));; // searching... (...) And now, I would like to know if my application founded ...
Mhzmark
Jul 20, 2007 at 7:28 pm
Jul 30, 2007 at 12:51 pm -
Hey Guys, I just finished up using Lucene in my application. I have data in a database , so while indexing I extract this data from the database and pump it into the index. Specifically , I have the ...
Askar Zaidi
Jul 24, 2007 at 7:43 pm
Jul 25, 2007 at 6:45 pm -
I have an index with two different sources of information, one small but of high quality (call it "title"), and one large, but of lower quality (call it "body"). I give boosts to certain documents ...
Tim Sturge
Jul 3, 2007 at 12:50 am
Jul 9, 2007 at 7:13 am -
Is it possible to search for the document that specified field doesn't exist or such field value is null? -- View this message in context: ...
Testn
Jul 23, 2007 at 3:32 pm
Jul 26, 2007 at 2:33 am -
Hi all, I was tracking down slowness in the contrib highlighter code and it seems the seemingly simple tokenStream.next() is the culprit. I've seen multiple posts about this being a possible cause. ...
Michael Stoppelman
Jul 19, 2007 at 12:29 am
Jul 26, 2007 at 1:22 pm -
Hello all is there any way to search through all the fields without using MultiFieldQueryParser? currently I am using this parser but it requires to pass all fields as an array to its parse method ...
Mohammad Norouzi
Jul 14, 2007 at 8:50 am
Jul 22, 2007 at 11:25 am -
Hi, The MoreLikeThis class in Lucene's contrib/queries project performs noise word filtering based on the case-sensitive comparison of the terms against the user-supplied stopwords set. I need this ...
Jong Kim
Jul 8, 2007 at 9:12 pm
Jul 9, 2007 at 7:59 pm -
Greetings All, I have been trying out Lucene recently and very happy with the search performance. But just notice that when Lucene performing search or index, the CPU usage on my machine raise to ...
Chew Yee Chuang
Jul 31, 2007 at 3:24 am
Aug 15, 2007 at 11:01 pm -
Hey guys, I was wondering if there is a way to retrieve score of a field in a document ? If my document looks like this: {itemID},{field 1},{field 2} I'd like to get score of individual fields 1 and ...
Askar Zaidi
Jul 31, 2007 at 3:45 pm
Jul 31, 2007 at 9:49 pm -
Hello all, First a little background - we are developing a clustered application that will in part leverage Lucene to provide index and search capabilities. We have already spent time investigating ...
Zach Bailey
Jul 31, 2007 at 4:25 pm
Aug 2, 2007 at 4:53 pm -
Hi guys, Is there a way of deleting a document that, because of some corruption, got and docID larger than the maxDoc() ? I´m trying to do this but I get this Exception: Exception in thread "main" ...
Rafael Rossini
Jul 25, 2007 at 6:38 pm
Jul 26, 2007 at 7:40 pm -
Hey folks, I am a new Lucene user , I used the following after indexing: search(searcher, "W. Chan Kim"); Lucene showed me hits of documents where "channel" word existed. Notice that "Chan" is a part ...
Askar Zaidi
Jul 18, 2007 at 7:41 pm
Jul 20, 2007 at 3:11 pm -
Hi Everyone, We are using lucene,nutch and spring framework to create a specialized search engine. Due to growing traffic we are trying to scale. By doing some tests we found out that the bottle neck ...
Kumarlimbu
Jul 16, 2007 at 2:10 am
Jul 17, 2007 at 5:35 am -
I'm having several problems with deleting documents with Lucene 2.2. Via the IndexWriter, I can successfully delete a document by its primary key via a Term, but ONLY if the field was stored as ...
Nick Johnson
Jul 4, 2007 at 8:02 am
Jul 8, 2007 at 10:19 pm -
Hi, I want to show each category name and its count with results. I achieved this using DocCollector but its very slow when no of results in lacs... As fetching of documents from reader in collect ...
Bhavin Pandya
Jul 26, 2007 at 3:17 pm
Jul 31, 2007 at 6:21 pm -
Hi, I am dumping the database tables into lucene documents. I am doing like this: 1. Get the rowset from database to be stored as Lucene Document. 2. Open IndexReader and check if they are already ...
Miztaken
Jul 26, 2007 at 6:28 am
Jul 30, 2007 at 8:27 am -
We were affected by the great SF outage yesterday and apparently the indexing machine crashed without being shutdown properly. I've taken a backup of the indexes which has the usual smattering of ...
Simon Wistow
Jul 25, 2007 at 9:09 am
Jul 25, 2007 at 10:09 am -
Hi, When Lucene's standard Indexer is used to store documents does it store the information about the tokens in anyway. I'm playing around with making a Snippet Generator (like the highlighter ...
John Paul Sondag
Jul 12, 2007 at 5:54 pm
Jul 18, 2007 at 4:15 pm -
Hi Lucene experts, The following is a simple Lucene code which generates StringIndexOutOfBoundsException exception. I am using Lucene 2.2.0 official releasse. Can anyone tell me what is wrong with ...
Lukas Vlcek
Jul 28, 2007 at 10:03 pm
Aug 5, 2007 at 9:13 pm -
Hi, I am not a French speaker, but here are some questions regarding French analyzer: Is there any analyzer that can do this? Analyze accentuated letters to non accentuated corresponding letters ...
Chris Lu
Jul 30, 2007 at 6:06 pm
Jul 31, 2007 at 12:14 am -
Hi, I am indexing a set of constantly changing documents. The change rate is moderate (about 10 docs/sec over a 10M document collection with a 6G total size) but I want to be right up to date ...
Tim Sturge
Jul 25, 2007 at 6:29 pm
Jul 30, 2007 at 10:50 pm -
I'm developing a web app with struts that need to embed lucene functionalities. I need that my app adds documents to the index after that a document is added (documents are very few, but of large ...
Vcampa
Jul 9, 2007 at 8:11 am
Jul 12, 2007 at 10:35 am -
Hi, Anyone knows how to make a case insensitive search using a FuzzyQuery? I want that the results coming from "PP-Trip SubAlcance Seq Negativa", "pp-trip subAlcance seq negativa" and "PP-TRIP ...
Eloi Rocha Neto
Jul 6, 2007 at 3:20 pm
Jul 6, 2007 at 5:19 pm -
Following up on my recent question. It has been suggested to me that I can run the query text through an Analyzer without using the QueryParser. For example, if I know what field to be searched I can ...
Joe Attardi
Jul 30, 2007 at 2:53 pm
Jul 31, 2007 at 12:06 am -
Hello all, I´m using solr in an app, but I´m getting an error that it might be a lucene problem. When I perform a simple query like q = brasil I´m getting this exception: ...
Rafael Rossini
Jul 24, 2007 at 2:47 pm
Jul 24, 2007 at 5:45 pm -
Hi All, I searched in this forum for anybody looking for need for previous() method in TermEnum. I found only this link ...
Muraalee
Jul 18, 2007 at 11:50 pm
Jul 20, 2007 at 2:22 pm -
Hi everybody, We recently need to support wildcard search terms "*", "?" together with SpanQuery. It seems that there's no SpanWildcardQuery available. After looking into the lucene source code for a ...
Cedric Ho
Jul 18, 2007 at 3:59 am
Jul 20, 2007 at 1:42 am -
Hi, Please help me. Its been a month since i am trying lucene. My requirements are huge, i have to index and search in TB of data. I have question regarding three topics: 1. Problem in Indexing As i ...
Miztaken
Jul 19, 2007 at 4:57 am
Jul 19, 2007 at 1:23 pm -
Hi I am new to Lucene and trying out the example code. But when I try to insert values using Field.Text the compiler does not recognize the Text as a method of Field. The code looks like this ...
Amit
Jul 9, 2007 at 8:42 pm
Jul 10, 2007 at 6:12 pm -
I am getting a "Too Many Open Files" Exception. I've read the FAQ about lowering the merge factor (currently set to 25), issuing a ulimit -n <number , etc... but I am still getting the "Too Many Open ...
Van Nguyen
Jul 3, 2007 at 9:56 pm
Jul 9, 2007 at 2:48 am -
Hi everybody, First-time poster here. I've got a search index that I am using to index live Java objects. I create a Document with the appropriate fields and index them. No problem. I am indexing ...
Joe Attardi
Jul 3, 2007 at 5:52 pm
Jul 3, 2007 at 9:09 pm -
Hi guys, Do you think LUCENE-843 is stable enough? If so, do you think it's worth to release it with probably LUCENE 2.2.1? It would be nice so that people can take the advantage of it right away ...
Testn
Jul 30, 2007 at 1:22 pm
Aug 2, 2007 at 12:45 pm -
Hi guys, I have a problem that is kind of tricky: I have a set of documents that I enrich with dynamic metadata. The metada name is the fieldName in lucene and the value is the text. For example: ...
Rafael Rossini
Jul 26, 2007 at 7:33 pm
Jul 30, 2007 at 2:40 pm -
Hello, everyone: doc.add(Field.Unstored("subject", subject, true)); This syntax above is for Lucene1.4 I need the syntax which could do the same work for Lucene2.0 Could you help me? Thank you very ...
Savageboy
Jul 20, 2007 at 1:47 am
Jul 20, 2007 at 8:15 am -
http://www.nabble.com/file/p11647342/DRra0026.pdf DRra0026.pdf hi all, i am able to convert a pdf in to a text file using pdfbox. and this is the code that I used, but I am not able to index it // ...
Neetika
Jul 17, 2007 at 11:20 am
Jul 18, 2007 at 4:30 am -
Hi, I am storing custom values in the Tokens provided by a Tokenizer but when retrieving them from the index the values don't match. I've looked in the LIA book but it's not current since it ...
Shahan Khatchadourian
Jul 13, 2007 at 4:43 pm
Jul 16, 2007 at 3:46 pm -
Is it possible that I inject my own matching mechanism into Lucene IndexSearcher? In other words, is this possible that my own method be called in order to collect results (hits)? Suppose the case ...
Mohsen Saboorian
Jul 13, 2007 at 4:03 pm
Jul 13, 2007 at 6:08 pm -
Hello to All, I'm having a problem with Lucene where certain words that I would like to be included in the query are actually being ommitted from it. And I think that is because Lucene recognizes ...
Michael Barbarelli
Jul 12, 2007 at 5:24 pm
Jul 13, 2007 at 3:17 pm -
Hi, I have SearchServer and SearchClient programs. The SearchServer using RemoteSearchable for binding the indices in servers . The SearchClient using ParallelMultiSearcher for searching the indices. ...
Sonu SR
Jul 12, 2007 at 5:13 pm
Jul 13, 2007 at 9:16 am -
Hello i'm a newbie to lucene world and i hope that u help me. i was asking is there any options in IndexWriter to check if a document already exsits before adding it to the index or i should maintain ...
Heba Farouk
Jul 12, 2007 at 1:28 pm
Jul 13, 2007 at 6:44 am -
Hi, I was wondering if it's possible to get the token offset based of the position in the original text. My problem is I'm working on my own "Snippet Generator" and I'm giving a token index (call it ...
John Paul Sondag
Jul 3, 2007 at 5:50 pm
Jul 6, 2007 at 6:02 pm -
I just ran into an interesting problem today, and wanted to know if it was my understanding or Lucene that was out of whack -- right now I'm leaning toward a fault between the chair and the keyboard. ...
Walt Stoneburner
Jul 2, 2007 at 3:29 pm
Jul 6, 2007 at 7:16 am -
Is there a way to store lucene index in memcache. During high traffic search becomes very slow. :( -- Cathy www.nachofoto.com
Cathy Murphy
Jul 2, 2007 at 8:49 pm
Jul 3, 2007 at 3:38 pm -
Hi All, I am developing a search tool using lucene. I am using lucene 2.1. i have a requirement to highlight query words in the results. .Lucene-highlighter 2.1 doesn't work well in highlighting ...
Sandeep chawla
Jul 2, 2007 at 4:32 pm
Jul 3, 2007 at 10:16 am -
We are currently running a search service with a single Lucene index of about 10 GB. We would like to find out: (a) What is the usual index size of everyone else? How large have Lucene index gone in ...
Chun Wei Ho
Jul 8, 2007 at 3:19 am
Apr 16, 2009 at 5:37 pm -
Hi guys, I would like to know if exist some limit of size for the fields of a document. I'm with the following problem: When a term is after a certain amount of characters (approximately 87300) in a ...
Eduardo Botelho
Jul 27, 2007 at 3:23 pm
Aug 1, 2007 at 9:39 pm -
Hi, I would like to make a search query that should match the following documents: NAME: De agostino FIRST: Maria NAME: De agostato FIRST: Maria How to design the query? The following: NAME:De Agos* ...
Jean-eric Cuendet
Jul 31, 2007 at 1:48 pm
Jul 31, 2007 at 3:20 pm -
Hi Guys, Currently I construct a PrefixQuery to exact search through an index of documents that represent Compact Discs, something like www.discogs.com. On the search page, we offer a suggestion list ...
Vijay Santhanam
Jul 31, 2007 at 8:23 am
Jul 31, 2007 at 10:21 am -
Hi everyone, I told you I'd be back with more questions! :-) Here is my situation. In my application, the field to be searched is selected via a drop-down box. I want my searches to basically be ...
Joe Attardi
Jul 30, 2007 at 1:57 pm
Jul 30, 2007 at 3:04 pm -
Hello I have problem in range queries, for example, I have queries like "field:[1 TO 25]" or "field:[1.1 TO 11.25]" currently these queries not work. field:[20 TO 25] works fine but when the both ...
Mohammad Norouzi
Jul 16, 2007 at 7:01 am
Jul 29, 2007 at 8:30 am
Group Overview
group | java-user |
categories | lucene |
discussions | 122 |
posts | 584 |
users | 141 |
website | lucene.apache.org |
141 users for July 2007
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)