Search Discussions
-
Hi All, Once I index a bunch of documents with a StandardAnalyzer (and if the effort I need to put in to reindex the documents is not worth the effort), is there a way to search on the index without ...
Dino Korah
Aug 13, 2008 at 4:11 pm
Sep 19, 2008 at 12:22 pm -
hi, I wish to know if the contents of two indexes have same data. will all the files be exactly same if I put same set of documents to both? --Noble ...
Noble Paul നോബിള് नोब्ळ्
Aug 29, 2008 at 9:35 am
Sep 6, 2008 at 12:53 pm -
Hi, I followed the following procedure to escape special characteres. String escapedKeywords = QueryParser.escape(keywords); Query query = new QueryParser("content", new ...
Kalani Ruwanpathirana
Aug 4, 2008 at 10:06 am
Aug 12, 2008 at 10:08 am -
Hi all, I am working on implementing a new Query, Weight and Scorer that is expensive to run. I'd like to limit the number of documents I run this query on by first building a candidate set of ...
Matt Ronge
Aug 30, 2008 at 1:36 am
Sep 4, 2008 at 8:22 am -
Hi, You may want to ask on the java-user list (more subscribers), which I'm CC-ing, so we can continue discussion there. I think you will have to implement your own logic that runs on A and does ...
Otis Gospodnetic
Aug 28, 2008 at 1:43 am
Aug 29, 2008 at 1:52 am -
Just trying to grasp the concept. I want to search a text file where each line is a separate item to be searched. When text it entered by the user, I want to return all the lines in which that text ...
Brittany Jacobs
Aug 1, 2008 at 1:33 pm
Aug 4, 2008 at 6:35 pm -
Hi, I'm sometimes receiving FileNotFoundExceptions during indexing. java.io.FileNotFoundException: /tmp/content/3615.0-3618.0/_3p.fnm (No such file or directory) at ...
Wojtek212
Aug 1, 2008 at 12:52 am
Aug 3, 2008 at 9:33 am -
Hi guys, Fairly new to Lucene, and just finished reading Lucene in Action. My problem is the following I need to index the documents that only contains the following pattern(s) in a mass of ...
Raymond Balmès
Aug 30, 2008 at 7:02 pm
Sep 9, 2008 at 1:30 pm -
Hello I'm use FrenchAnalyzer for index IndexWriter writer = new IndexWriter(pathOfIndex, new FrenchAnalyzer(), true); Document = new Document(); doc.add(new ...
Christophe from paris
Aug 6, 2008 at 10:36 am
Oct 15, 2008 at 5:30 am -
Hi all, Let's say that I have in my index the value "One Two Three" for field 'A'. I'm using a custom analyzer that is described in the forwarded message. My Search query is built like this: ...
Andre Rubin
Aug 25, 2008 at 3:34 pm
Aug 26, 2008 at 6:04 pm -
Clarification question: If I don't store term vectors, then I: -- won't have information on the position of matching terms -- I don't have the term frequency vector -- but I should still have the ...
David Lee
Aug 21, 2008 at 11:21 pm
Aug 22, 2008 at 9:20 pm -
Hi all, We are testing Lucene with SSD. No doubt the performance is much better than that of a normal hard disk. However it's still not good enough for our particular case. So I wonder if there are ...
Cedric Ho
Aug 19, 2008 at 8:23 am
Aug 21, 2008 at 3:37 am -
hi. I am searching for lucene api or function like query "FIELD 1000" For example, a user wants to search a product which price is bigger then user's input. If user's input is 10000 then result are ...
장용석
Aug 12, 2008 at 10:01 am
Aug 19, 2008 at 5:48 pm -
Hi! I'm using Lucene 2.3.2 to store a relatively-large index of HTML documents. I'm storing ~150 million documents, taking up 150 GB of space. I index the HTML text, but I only store primary key ...
Mattspitz
Aug 16, 2008 at 8:08 am
Aug 18, 2008 at 9:39 pm -
Hello Users, I'm working on a project which attempts to store data that comes from an OCR process which describes the pixel co-ordinates of each term in the document. It's used for hit highlighting. ...
Martin Owens
Aug 5, 2008 at 3:03 pm
Aug 11, 2008 at 3:37 pm -
Hello, I am new to all this. I need to read in a text file and have each line in the file be a document. The LineDocMaker seems to be intended for this purpose. But I can't figure out how to read the ...
Brittany Jacobs
Aug 6, 2008 at 8:17 pm
Aug 8, 2008 at 3:25 pm -
Hi, Say, I have a query with two terms: A + B, I want to return the documents with 50 of A and 50 of B on top of documents with 1000 of A and 1 of B. Is there an existing Query class can handle this ...
Shi Hui Liu
Aug 27, 2008 at 6:01 pm
Aug 29, 2008 at 5:49 pm -
Hi All, I am new to this Lucene, and I am using this for indexing and searching. Is it possible to search substrings using this, for example if a field holds the value "LuceneIndex" and if a give the ...
Venkata Subbarayudu
Aug 25, 2008 at 11:54 am
Aug 26, 2008 at 1:42 pm -
Hi All, I am using IndexWriter for adding the documents. I am re-using the document as well as the fields for improving index speed as per the link ...
Aditi Goyal
Aug 19, 2008 at 9:09 am
Aug 21, 2008 at 12:28 pm -
I started playing with payloads and have been trying to work out how to get the data into the payload I have a field where I want to add the following untokenized fields A1 A2 A3 With these fields, I ...
Antony Bowesman
Aug 14, 2008 at 3:15 am
Aug 20, 2008 at 2:33 pm -
Сергій Карпенко
Aug 19, 2008 at 1:20 pm
Aug 20, 2008 at 1:41 pm -
Hi, I am currently using Lucene for indexing. After a index a file, I will use LUKE to open it and check the index. And there is 1 part that I am curious about. In Luke, under the Document tab, I ...
Blazingwolf7
Aug 18, 2008 at 3:00 am
Jul 10, 2012 at 8:05 pm -
So from what I understand, is it true that if mergeFactor is 10, then when I index my first 9 documents, I have 9 separate segments, each containing 1 document? And when searching, it will search ...
David Lee
Aug 22, 2008 at 11:36 pm
Sep 14, 2009 at 12:15 pm -
Hi, I'm trying to get MoreLikeThis working but it just returns no results. I have lucene working for normal queries and indexing but MoreLikeThis Just returns nothing. This is what I'm trying ...
Davood
Aug 30, 2008 at 6:06 am
Sep 1, 2008 at 3:00 pm -
Hi, Sorry if I missed this somewhere or maybe its not released yet, but I was anxiously curious about lucene 3.0's expected features/improvements. Is there a list yet? thanks! Darren ...
Darren Govoni
Aug 26, 2008 at 10:53 pm
Aug 28, 2008 at 10:47 am -
Anyone else run on Windows? We have index around 26 GB in size. Seems file system cache ends up taking up nearly all available RAM (26 GB out of 32 GB on 64-bit box). Lucene process is around 5 GB, ...
Robert Stewart
Aug 16, 2008 at 11:44 am
Aug 19, 2008 at 2:27 pm -
Hi all, When I switched a String field from tokenized to untokenized, some searches started not returning some obvious values. Am I missing something on querying untokenized fields? Another question ...
Andre Rubin
Aug 8, 2008 at 12:04 am
Aug 13, 2008 at 7:54 pm -
Hi, The indexer can't be opened after about 20 queries in linux system, but it is fine if the index is in windows system. The indexer is the same in both systems. reader = ...
Xh sun
Aug 5, 2008 at 2:34 am
Aug 6, 2008 at 6:07 pm -
Hi, I am trying to boost the freshness of some of our documents in the index using the most efficient way (i.e. if 2 news stories have the same score based on the content then I want to promote the ...
Yannis Pavlidis
Aug 28, 2008 at 4:13 pm
Aug 29, 2008 at 10:16 pm -
I have a custom TopDocsCollector and need to collect a payload from each final document hit. The payload comes from a single term in each hit. When collecting the payload, I don't want to fetch the ...
Antony Bowesman
Aug 27, 2008 at 7:08 am
Aug 28, 2008 at 9:55 am -
I am new to lucene. Here is my question. The document has fields. When I add a field to the document I can specify that field is Indexed, Tokenized, etc.. So the same field can be Tokenized in one ...
DimitriD
Aug 22, 2008 at 3:17 pm
Aug 25, 2008 at 9:23 am -
I have an index in Spanish and I use Snowball to stem and analyze and it works perfectly. However, I am running into trouble storing (not indexing, only storing) words that have special characters. ...
Juan Pablo Morales
Aug 21, 2008 at 5:17 pm
Aug 22, 2008 at 12:16 am -
Hello, I am creating fields for documents like this: String name = ... String value = ... doc.add(new Field(name, value, Field.Store.NO, Field.Index.UN_TOKENIZED)); On the query side, sometimes I ...
Bill Chesky
Aug 18, 2008 at 2:29 pm
Aug 18, 2008 at 11:37 pm -
Hi, I need first 100 documents in a sorted order lets say sorted on the document id and there are more then 50K documents in the index. My search query is matching all those 50K documents. Is there ...
Neeraj Gupta
Aug 5, 2008 at 8:36 pm
Aug 7, 2008 at 4:38 pm -
hello, is there any date for the 2.3.3 release? best, -C.B.
Cam Bazz
Aug 4, 2008 at 11:29 pm
Aug 5, 2008 at 9:11 am -
Hi, How do I list all the fields in an index? Some documents do not contain all fields. Thanks, John -- View this message in context: ...
John Patterson
Aug 13, 2008 at 9:03 am
Feb 10, 2009 at 3:29 pm -
Hi, I'd appreciate if someone could explain the results I'm getting. I've written a simple custom analyzer that applies the NGramTokenFilter to the token stream during indexing. It's never applied ...
Gaz77
Aug 28, 2008 at 2:53 pm
Sep 1, 2008 at 11:49 am -
Hi, I know that Lucene uses an inverted index which makes range queries and great-than/less-than type queries very slow for continuous data types like times, latitude, etc. Last time I looked they ...
John Patterson
Aug 27, 2008 at 9:11 am
Sep 1, 2008 at 8:29 am -
Can you combine these two queries somehow so that they behave like a PhraseQuery? I have a custom query parser which takes a phrase like "*at sat" and produces a BooleanQuery consisting of a ...
Chris Bamford
Aug 26, 2008 at 3:08 pm
Aug 28, 2008 at 3:27 am -
I am a developer on the JIRA Issue tracker, and we are considering upgrading our Lucene version from v2.2.0 to v2.3.2. I have been charged with doing the risk analysis, and project work. I have read ...
Mark Lassau
Aug 26, 2008 at 7:18 am
Aug 27, 2008 at 9:50 am -
Hello, I'm interested in knowing how these tokenizers work together. The API doc for TeeTokenizer http://lucene.apache.org/java/2_3_1/api/org/apache/lucene/analysis/TeeTokenFilter.html has this ...
Teruhiko Kurosaka
Aug 22, 2008 at 7:48 pm
Aug 26, 2008 at 1:15 pm -
Hi, I just discovered some strange behaviour with deleted documents. I do a search for documents with a certain query and delete one using IndexWriter.deleteDocuments(Term) using a key for the term. ...
John Patterson
Aug 26, 2008 at 7:56 am
Aug 26, 2008 at 10:55 am -
Hi, I am using StandardAnalyzer when creating the Lucene index. It indexes the word "wo&rk" as it is but does not index the word "wo*rk" in that manner. Can I index such words (including * and ?) as ...
Kalani Ruwanpathirana
Aug 25, 2008 at 7:20 am
Aug 25, 2008 at 9:27 am -
Hello, I am new into Lucene and I want to make sure what I am trying to do will not hit performance. My scenario is the following: I want to keep user text files indexed separately, I will have about ...
Cyndy
Aug 19, 2008 at 2:34 am
Aug 19, 2008 at 3:08 pm -
Dear List, I have a rather big index around 20gb. My documents have a unique id that I store in in an untokenized field. Using an IndexReader I delete documents by term using the id. The applications ...
Michael Zehrer
Aug 7, 2008 at 12:47 pm
Aug 16, 2008 at 8:33 am -
Dear users, Question on approaches to indexing TEI XML or similar section/subsectioned files. I'm indexing TEI P4 XML files using Lucene 2.x. Currently, each TEI XML file corresponds to a Lucene ...
Ao1
Aug 13, 2008 at 8:04 am
Aug 13, 2008 at 4:31 pm -
We're trying to perform a query where if our intended search term/phrase is part of a specific larger phrase, we want to ignore that particular match, but not the entire document (unless of course ...
Jeff French
Aug 11, 2008 at 11:19 pm
Aug 12, 2008 at 3:31 pm -
hello, what would happen if I modified the class IndexWriter, and made the delete by id method public? I have two fields in my documents and I got to be able to delete by those two fields, (by query ...
Cam Bazz
Aug 8, 2008 at 9:40 pm
Aug 12, 2008 at 10:11 am -
Hello, I have two machines on the same network, but I want to use one machine to search an index located on the file system of the other machine. Any ideas on how to achieve this? Thanks Dana -- View ...
DanaWhite
Aug 7, 2008 at 3:54 pm
Aug 8, 2008 at 4:19 am -
4
Sorting
Hi there! I'm new to Lucene, so forgive any misconceptions on my part. I created an Index and now I want to search on it based on a field. The field is a String field and Field.Store.YES and ...Andre Rubin
Aug 5, 2008 at 7:15 pm
Aug 5, 2008 at 8:19 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 128 |
posts | 582 |
users | 130 |
website | lucene.apache.org |
130 users for August 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)