Search Discussions
-
Hi There I am noticing file handle leaks appearing on Index files. I think the leaks occur during the Lucene merge operation. Lsof reports the following: java 28604 root 213r REG 8,33 1098681 ...
Jamie
Sep 29, 2010 at 5:49 pm
Nov 10, 2010 at 11:18 am -
hello all, I am here to ask about lucene in flushing indexes. below is a pseudocode I get from the book lucene in action. FSDirectory fsDir = FSDirectory.getDirectory("/tmp/index", true); ...
Yakob
Sep 26, 2010 at 4:17 am
Oct 11, 2010 at 8:45 pm -
So, in version 3, I have to pass a version parameter to the constructor for StandardAnalyzer. Since Version.LUCENE_CURRENT is deprecated, I'd like this to be the same as the version of the index I'm ...
Bill Janssen
Sep 16, 2010 at 9:40 pm
Sep 21, 2010 at 3:13 pm -
Hi I need to implement sorting and pagination of lucene search results. This is quite easy, but I have to combine Data from the index with data from a database. The index has the fulltext data plus a ...
Sertic Mirko, Bedag
Sep 1, 2010 at 12:45 pm
Sep 9, 2010 at 12:06 pm -
I thought that since I'm updating UpLib's Lucene code, I should tackle the issue of document languages, as well. Right now I'm using an off-the-shelf language identifier, textcat, to figure out which ...
Bill Janssen
Sep 25, 2010 at 1:58 am
Sep 26, 2010 at 9:07 am -
Is it possible to search for fuzzy phrase queries like -- "colorless~ green~ ideas~" -- ? I have had some success with ComplexPhraseQuery, but I can't use it for querying two fields at same time, ie, ...
Fabiano Nunes
Sep 26, 2010 at 5:32 pm
Feb 15, 2011 at 12:55 am -
Hello, We have an application which is using lucene and we have strong performance issues (on bad days, some searches take more than 2 minutes). I'm new to the Lucene component, thus I'm not sure ...
Pawlak Michel (DCTI)
Sep 27, 2010 at 11:36 am
Oct 13, 2010 at 4:23 pm -
Hello All: Can any one suggest me the best way to allow me to perform a sentence specific phrase search? Eg: Let the indexed text be: If you are posting a question, please try search first. Your ...
Sirish Vadala
Sep 16, 2010 at 5:39 pm
Sep 30, 2010 at 9:07 pm -
Hi, I am currently working on a project about private information retrieval and I need to have an inverted index file in txt format as follows: Term t freq t Inverted list for t ...
Sahin Buyrukbilen
Sep 21, 2010 at 4:12 pm
Sep 22, 2010 at 9:41 am -
A newbie's question: From a search, I find a document. Now I want to search a different keyword across various fields *only* in this document. Is this possible? Kindly explain. Regards Pankaj
Pankaj Malhotra
Sep 14, 2010 at 11:38 am
Sep 20, 2010 at 3:41 pm -
Hi, I am running a query and get some unexpected results. When I run boolean query on a text field for the word X, using occur = SHOULD, the results contain the word X. However, when I add another ...
Liat oren
Sep 12, 2010 at 12:05 pm
Sep 18, 2010 at 5:56 am -
Hi I have a Very large number (say 3 million) of frequently changing Small indexes. 90% of these indexes contain about 50 documents, while a few 2-3% indexes have about 100,000 documents each (these ...
Naveen Kumar
Sep 30, 2010 at 11:30 am
Oct 5, 2010 at 10:30 am -
I have a set of documents that all have a "timestamp" field which is stored as a long integer number. The field is indexed in my Lucene index as a number using NumericField with a precision step of ...
Daniel Sanders
Sep 23, 2010 at 7:23 pm
Sep 23, 2010 at 9:11 pm -
Hello, any one can help me with fields? I have the same problem posted in http://search.lucidimagination.com/search/out?u=http://wiki.apache.org/lucene-java/HierarchicalFields, but I don't like the ...
Iam Jabour
Sep 15, 2010 at 1:20 pm
Sep 16, 2010 at 10:56 pm -
Hi, We are using lucene 2.3.2, now we need to index each document as fast as possible, so user can almost immediately search it. So I am considering stop IndexWriter optimization during real time, ...
Zhang, Lisheng
Sep 24, 2010 at 1:11 am
Sep 24, 2010 at 4:13 pm -
Hello Everyone, What happens if: a) lucene index gets written half-way to the disk and then something goes wrong? b) the index gets corrupted on the file system? When we open that directory location ...
Pulkit Singhal
Sep 21, 2010 at 12:20 am
Sep 24, 2010 at 3:18 pm -
Hi, A user got this very strange exception, and I managed to get the index that it happens on. Basically, iterating over the TermDocs causes an AAOIB exception. I easily reproduced it using the ...
Shay Banon
Sep 24, 2010 at 12:53 am
Sep 24, 2010 at 9:38 am -
I am using the FastVectorHighlighter for retrieving snippets from the index. I am a bit confused about the parameters that are passed to the FastVectorHighlighter.getBestFragments() method. One ...
Devshree Sane
Sep 21, 2010 at 6:24 pm
Sep 23, 2010 at 5:09 pm -
I'm trying to connect to a Lucene index on a test server. All of the examples that I've found use a local directory to connect into the Lucene index, but I can't find one that will remotely hook into ...
Christopher Gross
Sep 17, 2010 at 5:10 pm
Sep 17, 2010 at 11:24 pm -
I recently upgraded to Lucene 3.0 and am seeing some new behavior that I don't understand. Perhaps someone can explain why. I have a custom analyzer. Part of the analyzer uses the AsciiFoldingFilter. ...
Scott Smith
Sep 16, 2010 at 11:07 pm
Sep 17, 2010 at 7:31 pm -
Hi, I got lucene from http://www.apache.org/dyn/closer.cgi/lucene/java/ but I'm looking for extra Analyzers like BrazilianAnalyzer [1] and others. Where can I get extra packages for lucene? Ty [1] - ...
Iam Jabour
Sep 10, 2010 at 9:40 pm
Sep 15, 2010 at 1:19 pm -
Hi: I am using MySql,and I want to use the full text search is rather weak. So I use the Sphinx,however I found it can not support Chinese work searching prefectly. So I wonder if Lucene can work ...
yang Yang
Sep 10, 2010 at 1:39 pm
Sep 11, 2010 at 1:15 am -
Hi, I am using the StandardAnalyzer, but I am not interested in converting words like Wi-Fi into "Wi" and "Fi". Rather, "WI" is an important word for my users (indicating the state of Wisconsin) and ...
Max Lynch
Sep 8, 2010 at 9:28 pm
Sep 9, 2010 at 2:48 am -
Hi all, I need to get the first term in my index and iterate it. Can anybody help me? Best.
Sahin Buyrukbilen
Sep 30, 2010 at 6:25 pm
Sep 30, 2010 at 7:07 pm -
Hi, I am trying to use standardTokenizer in a non-lucene project to generate tokens. The previous versions i used supported token.next , getToken to iterate over and retrieve the tokens continuously. ...
Karthik K
Sep 12, 2010 at 5:13 am
Sep 12, 2010 at 12:24 pm -
We are attempting to perform a filtered search on two indices joined by a MultiSearcher. Unfortunately, it appears there is an issue in the lucene code that is causing the filter to be simply reused ...
Nader, John P
Sep 10, 2010 at 4:24 pm
Sep 10, 2010 at 5:06 pm -
Hello I'm a Lucene newbie and I have it working where I can create an index from a column of a database table storing tags, and search this index for a particular tag and display the results and ...
Appy74
Sep 6, 2010 at 4:28 pm
Sep 6, 2010 at 4:45 pm -
To make a search by lucene we use Web application that is working in the servlet-container tomcat. Periodically we update the search index by adding and removing some of the documents. To update the ...
Gennadiy Kozlenko
Sep 3, 2010 at 2:04 pm
Sep 6, 2010 at 1:05 pm -
Hi, Does anybody have any experience with building federated search using opensearch and/or proprietary APIs of Atlassian's products? Many Atlassian's products have built in full-text search modules ...
Lukáš Vlček
Sep 2, 2010 at 7:21 pm
Sep 3, 2010 at 4:49 am -
Hi all, I wonder how lucene FuzzyQuery works as it seems to take much longer time than a normal query. Does it generate all the possible terms and search for them ?? -- Ahmed Elgohary
Ahmed algohary
Sep 30, 2010 at 12:42 pm
Sep 30, 2010 at 7:17 pm -
Hi all, I'm trying to customize the "AND", "OR" and "NOT" operators being used by the QP, without changing anything in the core. I noticed a previous attempt, but it seems to have died quietly a few ...
Itamar Syn-Hershko
Sep 28, 2010 at 12:52 pm
Sep 28, 2010 at 3:29 pm -
Click here to view in your browser. <http://campaign.r20.constantcontact.com/render?llr=gimslwbab&v=001HZh_ryKk0 qdG4WejchCB4NWuBDRHxIg9mBm7VHa9wjtWDtxhCBx_G3c84MTiPz0k8-jGptuf8rRaERY7YjsWj ...
Fuad Efendi
Sep 27, 2010 at 9:41 pm
Sep 27, 2010 at 9:47 pm -
Hi, I did a test to understand the use of '*' and '?'. If I use StandardAnalyzer I have espected results but, if a use BrazilianAnalyzer I have a mistake result. Junit is at the end. Thanks. Paulo ...
Paulocsc
Sep 27, 2010 at 1:04 pm
Sep 27, 2010 at 7:29 pm -
Hello Everyone, I want to load the indexed data from the file system using FSDirectory. But I also want to be sure if something was actually loaded or if a new empty directory was created and ...
Pulkit Singhal
Sep 24, 2010 at 1:41 pm
Sep 24, 2010 at 2:20 pm -
Hi, Guys: I try to change the getPositionIncrementGap for a field which has multiple values per document on index time. But got no clue how to approach this issue. Any ideas? Thank you very much. ...
Qi Li
Sep 21, 2010 at 8:26 pm
Sep 21, 2010 at 11:31 pm -
I'm curious about embedding extra information in an index (and being able to search the extra information as well). In this case certain tokens correspond to recognized entities with ids. I'd like to ...
Christopher Condit
Sep 21, 2010 at 7:12 pm
Sep 21, 2010 at 11:25 pm -
With RAMDirectory we have the option of providing another Directory implementation such as FSDirectory that can be wrapped and loaded into memory: Directory directory = new ...
Pulkit Singhal
Sep 17, 2010 at 11:34 pm
Sep 20, 2010 at 3:27 pm -
Hi all, I'm using Lucandra to index notes in our system. Since we can't use numeric fields due to a bug in Cassandra (fixed in 0.7), I'm encoding all times a epoch in Hex, then storing the hex ...
Todd Nine
Sep 17, 2010 at 2:39 am
Sep 17, 2010 at 8:37 am -
Hi, I need to give the user the total number of results when running a query. Currently I use the TopDocCollector to get the top 200 documents. How can I know the total number of results? Thanks a ...
Liat oren
Sep 13, 2010 at 9:46 am
Sep 13, 2010 at 9:54 am -
if we can update only one field of a document in the index, a lot of jobs can be done here ! 梦的开始挣扎于城市的边缘 心的远方执着在脚步的瞬间 我的宿命埋藏了寂寞的永远
Fulin tang
Sep 9, 2010 at 5:27 am
Sep 9, 2010 at 9:34 am -
Now that I can index my data, I want to be able to search it and report some sort of position information with every hit, such as a line number or a byte ofset within the stream. Any idea how I can ...
Lev Bronshtein
Sep 7, 2010 at 2:37 am
Sep 7, 2010 at 11:35 am -
Hello group, I am new to Lucene and ran into a bit of trouble while writing an app. I would like to selectively index lines from a syslog on a unix system, to this end I first wrote tokenizer that ...
Lev Bronshtein
Sep 5, 2010 at 9:10 pm
Sep 6, 2010 at 8:39 am -
Hello list, I'm strugging again with the highlighter. I don't understand why I obtain sporadically InvalidTokenOffsetsException. The mission: given a query, detect which field was matched, among the ...
Paul Libbrecht
Sep 3, 2010 at 12:06 pm
Sep 6, 2010 at 6:21 am -
Hi! I'm working on an indexer that should process documents on hard-disk which are of arbitrary size and type. I use Apache Tika for plain text extraction which offers the feature to stream the ...
Gregor Dorfbauer
Sep 3, 2010 at 9:24 am
Sep 3, 2010 at 1:02 pm -
The Constellio team is proud to announce the release of the first Open Source version of Constellio Enterprise Search. It is available for download at the following address : ...
Rida Benjelloun
Sep 22, 2010 at 8:17 pm
Sep 22, 2010 at 8:17 pm -
Hi, We're looking for a senior, experienced Lucene engineer to work on a high performance location search platform for a Dutch company in Amsterdam. This is not a contract role, sorry. Please email ...
Eric Bowman
Sep 22, 2010 at 11:35 am
Sep 22, 2010 at 11:35 am -
Hi, guys: I read this http://lucene.apache.org/java/3_0_2/api/core/index.html . But I am confused about how the fieldNorm is calculated after seeing the explanation. ( I am using StandardAnalyzer for ...
Qi Li
Sep 21, 2010 at 8:20 pm
Sep 21, 2010 at 8:20 pm -
Hi all, Now that the nasty bug in Cassandra has been fixed, I can use numeric fields in my Lucandra for searching and sorting. I'm having a bit of an issue I could use a hand with. We're creating an ...
Todd Nine
Sep 20, 2010 at 2:52 am
Sep 20, 2010 at 2:52 am -
Just a few words to announce a new release (http://sourceforge.net/projects/dbprism/files/odi/3.0.2.1.0/) of Oracle Lucene Domain Index (http://docs.google.com/View?docid=ddgw7sjp_569gf8c7cd8), this ...
Marcelo Ochoa
Sep 15, 2010 at 11:35 am
Sep 15, 2010 at 11:35 am -
Hello, this is to announce the next Apache Hadoop Get Together sponsored by JTeam (http://www.jteam.nl) that will take place in newthinking store in Berlin. When: October 7th, 5p.m. Where: ...
Isabel Drost
Sep 15, 2010 at 7:50 am
Sep 15, 2010 at 7:50 am
Group Overview
group | java-user |
categories | lucene |
discussions | 55 |
posts | 192 |
users | 77 |
website | lucene.apache.org |
77 users for September 2010
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)