Search Discussions
-
Hi, I'm working with Lucene 2.4.0 and the JVM (JDK 1.6.0_07). I'm consistently receiving "OutOfMemoryError: Java heap space", when trying to index large text files. Example 1: Indexing a 5 MB text ...
Paul_murdoch
Aug 31, 2009 at 2:29 pm
Jan 29, 2010 at 12:28 pm -
hello all thanks for lucene............ this is my doubt , am searching for a keyword "about us" from my lucene index , am not getting the results what i want , since the urls are formed like the ...
M.harig
Aug 4, 2009 at 5:32 am
Aug 5, 2009 at 4:19 am -
Hi all, I am trying to tune Lucene to respect such tokens like C++, C#, .NET The task is known for Lucene community, but surprisingly I can't google out somewhat good info on it. Of course, I tried ...
Valery
Aug 20, 2009 at 2:28 pm
Aug 21, 2009 at 12:43 pm -
Hi, Since moving our app to Java 6 and Tomcat 6, we have started getting occasional exceptions of the form: java.io.IOException: Stream closed at sun.nio.cs.StreamDecoder.ensureOpen(Unknown Source) ...
Chris Bamford
Aug 27, 2009 at 2:12 pm
Sep 15, 2009 at 5:38 pm -
Hi, I am trying to index documents and when all is complete and optimize is called I get IFD [main]: setInfoStream deletionPolicy=org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy@4fced0 IW 0 ...
Rishisinghal
Aug 13, 2009 at 9:19 am
Aug 16, 2009 at 5:56 pm -
Hi I'd like to extend Lucene's FieldCache such that it will read native values from a different place (in my case, payloads). That is, instead of iterating on a field's terms and parsing each String ...
Shai Erera
Aug 20, 2009 at 11:50 am
Sep 10, 2009 at 5:03 pm -
Hello Lucene users, On behalf of the Lucene dev community (a growing community far larger than just the committers) I would like to announce the second release candidate for Lucene 2.9. Please ...
Mark Miller
Aug 28, 2009 at 7:03 pm
Sep 9, 2009 at 2:34 pm -
Hi, In my indexer app (based on the IndexFiles.java demo), I am adding the "path" field: doc.add(new Field("path", f.getPath(), Field.Store.YES, Field.Index.ANALYZED)); Per Luke, the full path (e.g., ...
Ohaya
Aug 6, 2009 at 8:04 pm
Aug 7, 2009 at 1:22 pm -
Hi, I've a single index of size 87GB containing around 50M documents. When I search for any query, best search time I observed was 8sec. And when query is expanded with synonyms, search takes minutes ...
Prashant ullegaddi
Aug 3, 2009 at 4:34 am
Aug 4, 2009 at 1:18 pm -
Hi all! I'm currently running a big lucene index and one of my main concerns is the integrity of the data entered. A few things come to mind, like enforcing that certain fields be non-blank, forcing ...
Daniel Shane
Aug 13, 2009 at 2:34 pm
Aug 26, 2009 at 10:37 pm -
Hi, I'm starting to work on an app to list all of the terms in the "path" field. I'm including the beginning of my code below. When I run this, pointing it to a directory named "index" containing the ...
Ohaya
Aug 2, 2009 at 2:10 am
Aug 2, 2009 at 11:29 pm -
Hi I am getting this issue in Lucene2.4 when I try to merge multiple IndexWriters(generally 6) sh-3.2# Exception in thread "Lucene Merge Thread #5" org.apache.lucene.index.MergePolicy$MergeException: ...
Sumanta Bhowmik
Aug 20, 2009 at 7:44 am
Aug 28, 2009 at 7:39 am -
Hi, I am trying to build a query that looks like the following: url:(+news +politics)^1.5 content:(+news +politics)^2.0 But I can't seems to find any reference to it. I try hardcoding it like the ...
Bourne71
Aug 12, 2009 at 9:09 am
Aug 13, 2009 at 1:38 pm -
Hi, I'm using the SnapshotDeletionPolicy class to backup my index. I basically call the snapshot() method from the class SnapshotDeletionPolicy at some point, get a list of files that changed, copy ...
Lucas Nazário dos Santos
Aug 14, 2009 at 6:48 pm
Aug 18, 2009 at 1:52 pm -
Hey there, We're trying to add foreign language support into our new search engine -- languages like Arabic, Farsi, and Urdu (that don't work with standard analyzers). But our data source doesn't ...
Bradford Stephens
Aug 6, 2009 at 7:46 pm
Aug 10, 2009 at 7:00 pm -
Hi want the query "R.E.S" to match "R.E.S" I use StandardFilter in my analyzer below and the description says: 'Splits words at punctuation characters, removing punctuation. However, a dot that's not ...
Paul Taylor
Aug 6, 2009 at 2:03 pm
Aug 6, 2009 at 8:13 pm -
Hi, I've indexed some 50million documents. I've indexed the target URL of each document as "url" field by using StandardAnalyzer with index.ANALYZED. Suppose, there is a wikipedia page with ...
Prashant ullegaddi
Aug 2, 2009 at 10:28 am
Aug 2, 2009 at 6:39 pm -
Hi I would like to contribute/help in the development of Lucene and I'm not sure where to start. I understand Lucene is a mature project with some really great contributors and I was wondering ...
Amin Mohammed-Coleman
Aug 12, 2009 at 9:51 am
Aug 13, 2009 at 7:59 am -
Hi, I've noticed a kind of strange problem with term counts and actual terms. Some background: I wrote an app that creates an index, including a "path" field. I am now working on an app (code was in ...
Ohaya
Aug 2, 2009 at 8:32 am
Aug 2, 2009 at 7:29 pm -
I already know about this, but I want to give a customized score for all documents in collection, independent if wache document is or isn't relevant to the vector model. The similarity function is ...
Fabrício Raphael
Aug 25, 2009 at 3:03 pm
Aug 28, 2009 at 6:59 pm -
You mean that you do not need score calculation therefore you do not want results sorted by relevancy. Just you need is a Boolean Retrieval Model, right? All results will have ConstantScore (0 or 1). ...
AHMET ARSLAN
Aug 22, 2009 at 11:45 am
Aug 24, 2009 at 4:41 pm -
Hi, I am trying to make a decision on weather or not I can use Lucene for my requirements, which mainly include data tagging. I have to be able to parse or index a .txt file and then be able to ...
xs2Abhishek
Aug 11, 2009 at 9:28 pm
Aug 12, 2009 at 7:33 pm -
Hi, I have an app to initially create a Lucene index, and to populate it with documents. I'm now working on that app to insert new documents into that Lucene index. In general, this new app, which is ...
Ohaya
Aug 4, 2009 at 3:40 pm
Aug 4, 2009 at 5:30 pm -
Hello, I have question about KEYWORD type and searching/updating. I am getting strange behavior that I can't quite comprehend. My index is created using standard analyzer, which used for writing and ...
Leonard Gestrin
Aug 3, 2009 at 2:44 am
Aug 4, 2009 at 2:40 pm -
I've built a Lucene Directory implementation for jdbm, an embedded Java database. Part of the Directory API are two methods related to "file" modification dates: touchFile and fileModified. My ...
Cemerick
Aug 25, 2009 at 2:57 pm
Sep 2, 2009 at 2:36 am -
Hi there, I wonder if someone can help? We have a successful Lucene app deployed on Tomcat which works well. As far as we can tell, our developers have observed all the guidelines in the Lucene FAQ, ...
Chris Bamford
Aug 26, 2009 at 1:19 pm
Aug 27, 2009 at 4:00 pm -
Hi, How can I get the score of a span that is the result of SpanQuery.getSpans() ? The score should can be the same for each document, but if it's unique per span, it's even better. I tried looking ...
Eran Sevi
Aug 2, 2009 at 3:30 pm
Aug 26, 2009 at 1:47 pm -
Hi, This question is going to be a little complicated to explain, but let me try. I have implemented an indexer app based on the demo IndexFiles app, and a web app based on the luceneweb web app for ...
Ohaya
Aug 20, 2009 at 9:36 pm
Aug 21, 2009 at 4:30 am -
Hi, I have been seeing an issue running MatchAllDocsQueries concurrently. Running one against a test index is very fast (70 ms). Running two concurrently can take 5-25 seconds on the same test index! ...
Carl Austin
Aug 6, 2009 at 12:21 pm
Aug 6, 2009 at 1:09 pm -
Hi, I was trying to download a nightly build jar, so I went to Lucene website and clicked on the link that redirected to: http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/ and I got a ...
Adriano Crestani
Aug 4, 2009 at 9:40 pm
Aug 6, 2009 at 5:28 am -
I just want to see if it's safe to use two different analyzers for the following situation: I have an index that I want to preserve case with so I can do case-sensitive searches with my ...
Max Lynch
Aug 12, 2009 at 3:20 am
Dec 30, 2009 at 11:36 pm -
Hi Lucene users, at the moment I have some problems with the locking mechanism of IndexWriter. Some times my application quits/terminates before I can close the IndexWriter. Then the "write.lock" ...
Jan Peter Stotz
Aug 30, 2009 at 5:25 pm
Aug 30, 2009 at 6:34 pm -
The Problem: periodically we see thousands of files get created from an IndexWriter in a Java process in a very short period of time. Since we started trying to track this, we saw an index go from ...
Micah Jaffe
Aug 18, 2009 at 1:31 am
Aug 27, 2009 at 11:29 pm -
I was wondering if there is any way to directly use Lucene API to extract terms from a given string. My requirement is that I have a text document for which I need a term frequency vector ( after ...
Joe_coder
Aug 13, 2009 at 11:41 am
Aug 13, 2009 at 1:28 pm -
I just happened to benchmark a little modified version of lucene with a little modified version of sphinx :) Have posted my results here http://ai-cafe.blogspot.com Would also be updating more @ the ...
Anshum
Aug 13, 2009 at 4:43 am
Aug 13, 2009 at 11:24 am -
We periodically optimize large indexes (100 - 200gb) by calling IndexWriter.optimize(). It takes a heck of a long time, and I'm wondering if a more efficient solution might be the following: - Create ...
Nigel
Aug 5, 2009 at 4:15 pm
Aug 11, 2009 at 3:34 pm -
Hi, I am a newbie in lucene and am trying the 'indexing and searching' demo of lucene 1.4.3 using kaffe 1.0.6. After inputing the query, an error occurs as follows: Query: stringSearching for: string ...
石川
Aug 11, 2009 at 3:45 am
Aug 11, 2009 at 8:29 am -
hello all, thanks to lucene. Am using lucene 2.4.0 for my application. My doubt is , can i read the index for many number of times? i mean , i've a search application which reads the index , which is ...
M.harig
Aug 7, 2009 at 11:11 am
Aug 8, 2009 at 7:19 am -
We have an IndexWriter.optimize running on 4 Proc Xenon Java 1.5 Win2003 machine. We get a repeatable FileNotFoundException because the path to the file is wrong: ...
Uwe Goetzke
Aug 31, 2009 at 3:40 pm
Aug 31, 2009 at 10:40 pm -
Hello all, I am having some content with text "attention". If is search using "att*", "attent*", the results are displayed. If i search for "attenti*" then no results are displayed. I am using ...
Ganesh
Aug 31, 2009 at 6:07 am
Aug 31, 2009 at 10:32 am -
3
JVM bug?
While indexing with the latest nightly build of Solr on Amazon EC2 the following JVM bug has occurred twice on two different servers. Post the log to a Jira issue? java version "1.6.0_07" Java(TM) SE ...Jason Rutherglen
Aug 28, 2009 at 9:57 pm
Aug 28, 2009 at 10:48 pm -
In the free first chapter of the new Lucene in Action book, it states that it's targetting Lucene 3.0, but on the Manning page for the book, it says the code in the book is written for 2.3. I'm ...
Tsuraan
Aug 26, 2009 at 9:58 pm
Aug 27, 2009 at 3:29 pm -
When running lucene, on a machine with a firewall, I got the following error message, which I think it must be related to the firewall. In fact, when I shut down the firewall, the error dissapears. ...
David de la Torre
Aug 26, 2009 at 8:03 am
Aug 26, 2009 at 9:28 am -
Hello, I'm trying to write a custom scorer that only uses the term frequency function from the DefaultSimilarity class, the problem is that documents with lower frequencies are returning with higher ...
Chris Salem
Aug 19, 2009 at 8:20 pm
Aug 20, 2009 at 1:30 pm -
Hello, We're experiencing a problem using Lucene 2.4.1 and Compass 2.1.4 using wildcard search. Attribute values containing slashes can be searched using the full word, but not using wildcards. We ...
Ueli Kistler
Aug 13, 2009 at 12:19 pm
Aug 13, 2009 at 8:53 pm -
I have a situation where I have a series of terms queries as part of a BooleanQuery. example: term: 'sole type' - leather BooleanClause.SHOULD_OCCURR term: 'title' - 'Men's Golf shoes' ...
Christian Bongiorno
Aug 12, 2009 at 8:01 pm
Aug 13, 2009 at 7:37 am -
Hi, I am fairly new to Lucene and have encounter a problem with the search function i am trying to create using Lucene. When I search, lets say "news sharing", then the results return and display. ...
Bourne71
Aug 11, 2009 at 8:51 am
Aug 12, 2009 at 9:09 am -
I saw some discussion on the board but I'm not sure I've got quite the same problem. As an example, I have a query that might be a technical skill: SAP EM FIN AM I would like that to match a document ...
Donna L Gresh
Aug 7, 2009 at 2:35 pm
Aug 7, 2009 at 4:15 pm -
Hello, when searching over multiple indices, we create one IndexReader for each index, and wrap them into a MultiReader, that we use for IndexSearcher creation. This is fine for searching multiple ...
Christian Reuschling
Aug 4, 2009 at 9:50 am
Aug 5, 2009 at 7:59 am -
Hello Lucene users, On behalf of the Lucene dev community (a growing community far larger than just the committers) I would like to announce the first release candidate for Lucene 2.9. Please ...
Mark Miller
Aug 27, 2009 at 10:18 pm
Aug 28, 2009 at 5:08 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 96 |
posts | 465 |
users | 107 |
website | lucene.apache.org |
107 users for August 2009
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)