Search Discussions
-
I am trying index a set of data, storing only a "primary key". This primary key I left un-indexed. There is one "text" field, that I indexed and tokenized. The others I neither want to store or ...
Cecil, Paula New
Nov 20, 2001 at 2:47 am
Nov 29, 2001 at 2:28 am -
hi to all, please help! I think I mixed my brain up already with this stuff... I'm trying to index about 29 textfiles where the biggest one is ~700Mb and the smallest ~300Mb. I achieved once to run ...
Chantal Ackermann
Nov 28, 2001 at 12:51 pm
Nov 29, 2001 at 10:09 pm -
funny...I was just about to write something along the same lines.. I have 700.000 entries, in all about 1 gig of data. And when I search I have to allocate at least 150meg to the java-process or ...
Anders Nielsen
Nov 9, 2001 at 1:13 am
Nov 13, 2001 at 1:30 pm -
Hi Since upgrading to 1.2 we've started getting the following error when creating an index in a directory with a large amount of files. Previous versions of Lucene were quite happy to index this ...
Daryl Thachuk
Nov 2, 2001 at 12:49 am
Nov 9, 2001 at 5:05 pm -
I am attempting to build the example code which is located in the \lucene-1.2-rc2\src\demo\org\apache\lucene directory in the distribution. Specifically, I'm trying to get IndexFiles.java, ...
Joshua O'Madadhain
Nov 14, 2001 at 12:23 am
Nov 17, 2001 at 9:23 am -
Hello. Does anyone know of a way to sort search results other than by score? It seems like it would be very useful to be able to sort by date or maybe even by any field that has been indexed (which I ...
Jeff Kunkle
Nov 16, 2001 at 10:03 pm
Nov 19, 2001 at 8:25 pm -
If I use a swedish national character as the first character of a search term, for example: öl (which is beer in Swedish :)) I get the following error: com.lucene.queryParser.TokenMgrError: Lexical ...
Mikael Andersson
Nov 13, 2001 at 1:04 pm
Nov 15, 2001 at 8:46 am -
This is a repost of a question posted to jGuru Lucene Forum. Didn't get a response there so I'm trying my luck here... What's the recommended way of performing multi-field searches? a.. ...
Kelvin Tan
Nov 12, 2001 at 10:05 am
Nov 20, 2001 at 10:37 pm -
Hello, We have been using PDFHandler - a pdf parser provided by websearch, to search in pdf files. We are trying to get the contents using pdfHandler.getContents() to arrive at a context-sensitive ...
Sampreet
Nov 23, 2001 at 8:40 am
Nov 25, 2001 at 8:13 pm -
Hello all- I'm currently having a problem overwriting an old index. Every night, the contents of a database I'm using get updated, so the lucene indexes are also recreated every night. The technique ...
Tom Barrett
Nov 16, 2001 at 4:10 pm
Jan 15, 2002 at 10:22 am -
Hi all, Thanks for all your continuing help! I have got the go ahead to build a production-level prototype of my project. I have to be able to serve several 100s of queries a second (on big boxes), ...
Winton Davies
Nov 14, 2001 at 11:11 pm
Nov 15, 2001 at 6:25 pm -
These are mostly things that I wrote years ago when first developing Lucene, e.g., to test the index code before the search code was written, etc. They were mostly never really standalone test ...
Doug Cutting
Nov 1, 2001 at 11:23 pm
Nov 2, 2001 at 3:04 am -
What exactly is the error that you are getting? Is it an Ant error or a Lucene error? Does Ant know to convert forward slashes to back slashes on Windows? Have you tried using \ instead of / in those ...
Otis Gospodnetic
Nov 2, 2001 at 3:12 am
Nov 2, 2001 at 11:04 pm -
In the FAQ in Searching question 41, it says about index modification: "The problems are only when you add documents or optimize an index, and then search with an IndexReader that was constructed ...
Avi Drissman
Nov 27, 2001 at 9:47 pm
Nov 28, 2001 at 11:03 am -
4
JavaCC
Hi, Does anyone know what's going on with JavaCC? I'm trying to find the source code, as I was under the impression it's Free Software? However, I seem to browse around and around various sites but ...Lee Mallabone
Nov 12, 2001 at 1:42 pm
Nov 12, 2001 at 4:14 pm -
Hi, I ran into a problem earlier this week, where by an index of 8 million small documents resulted in an index file of 2GB. It turns out this is a common file system limit (some say it might be a ...
Winton Davies
Nov 2, 2001 at 9:24 pm
Nov 9, 2001 at 10:47 pm -
How could I make a search with something like "tes*" for test, testing, ...? Currently, I use a StandardAnalyzer for indexing and searching (with query parser), and it doesn't work. Do I need to use ...
Christophe
Nov 6, 2001 at 5:10 pm
Nov 7, 2001 at 3:38 pm -
Is range searching working in RC2? I have the following documents in my index (using StandardAnalyzer): id:doc1 age:30 FirstName:John id:doc2 age:40 FirstName:Wendy The following queries do not ...
Paul Friedman
Nov 1, 2001 at 2:46 pm
Nov 1, 2001 at 10:14 pm -
I have started to create a set of generic lucene document types that can be easily manipulated depending on the fields. I know other have generated Documents out of PDF. Is there some place we can ...
Carlson
Nov 29, 2001 at 5:03 pm
Nov 30, 2001 at 5:03 pm -
Hi all, I have a doubt. I know that lucene can index html and text documents, but can it index other type of documents like pdf,docs, and xls documents? if it can, how can I implement it? Perhaps can ...
Antonio Vazquez
Nov 29, 2001 at 3:41 pm
Nov 30, 2001 at 12:00 pm -
I've used Verity in Cold Fusion to index Databases. Is this possible with Lucene? From recent posts, it looks like I would have to write a custom parser to convert each row into a text document. Am I ...
Weaver, Scott
Nov 29, 2001 at 4:13 pm
Nov 29, 2001 at 10:35 pm -
Hi, has anyone done anything to autodetect Language of an HTML-Document which will be indexed by Lucene? I will use Lucene to index an multilingual Portal and want to filter the hits by language. ...
Strittmatter Stephan (external)
Nov 23, 2001 at 1:56 pm
Nov 28, 2001 at 9:20 am -
Hi! I am trying to use Lucene with russian texts. I created an index of xml documents (UTF-8 encoded), but when I am trying to search an index with a query from a servlet, it seems, that Lucene just ...
Philipp Chudinov
Nov 12, 2001 at 10:15 pm
Nov 13, 2001 at 12:08 am -
My search works for At&t with the ampersand in the middle. However it doesn't work for e-commerce with the dash in the middle. Anything I have to do with the analyzers/filters to fix this? Thanks. ...
Soshima
Nov 9, 2001 at 12:42 am
Nov 9, 2001 at 3:39 am -
Are there any ready made implementations of Lucene like i know 1 of http://www.i2a.com/ please let me know if there are others
Amit Roy \(Yahoo\)
Nov 6, 2001 at 1:04 pm
Nov 7, 2001 at 6:35 am -
Hi, prefix query seems to be working only with lowercase words. Example: indexed word = Albanien alb* finds word Alb* doesn't find word I'm using StopAnalyzer(). manfred -- Manfred Schäfer ...
Manfred Schäfer
Nov 23, 2001 at 5:30 pm
Dec 5, 2001 at 12:56 pm -
Hi Steven, thanks for your reply. Here is my szenario: 1) I want to grab a the website "xy.com" to the local disc at C:\xy 2) While exporting I want to index the content to C:\xy\index 3) I put ...
Christoph Breidert
Nov 26, 2001 at 12:08 pm
Nov 29, 2001 at 5:46 pm -
I have posted several questions/examples regarding QueryParser throwing exceptions when the query string contains various punctuation characters. I have been downloading the nightly builds hoping ...
Paul Friedman
Nov 26, 2001 at 3:56 pm
Nov 27, 2001 at 8:10 pm -
Hi there, I just started playing around with lucene and I was wondering if there is a simple method to determine the line number of a match within a = file. The documentation did not give me any ...
Lind Jürgen
Nov 22, 2001 at 5:02 pm
Nov 25, 2001 at 10:52 am -
Hello, This is from a thread from about 2 weeks ago. What is the answer to this question? If data is written to disk only when IndexWriter's close() is called, wouldn't the sample code below be as ...
Otis Gospodnetic
Nov 22, 2001 at 6:41 am
Nov 22, 2001 at 7:24 pm -
Can anyone tell me the advantages of Lucene indexer for indexing data located in a database or LDAP server over creating another index in the database or from an LDAP console? There got to be some ...
Emmanuel Bridonneau
Nov 20, 2001 at 10:03 pm
Nov 21, 2001 at 7:06 pm -
This is my first message to this list. I have successfully created several little tests of the Lucene api. In my last test, I am trying to index "data records". Only the "primary key" needs to be ...
Cecil, Paula New
Nov 18, 2001 at 11:12 pm
Nov 20, 2001 at 1:19 am -
Hello, Is it possible to enumerate ALL the documents in a Lucene index, say for house-keeping purposes. Thanks in advance, Paul Cunningham -- To unsubscribe, e-mail: For additional commands, e-mail:
Paul Cunningham
Nov 17, 2001 at 11:18 am
Nov 18, 2001 at 11:13 am -
Can somebody please help, this is a BIG issue for the project I'm working on? I have attached a test case showing that QueryParser (using StandardAnalyzer) throws a TokenMgrError when parsing a query ...
Paul Friedman
Nov 14, 2001 at 3:26 pm
Nov 16, 2001 at 10:16 pm -
I am trying to construct a term-term correlation matrix from the data stored in the index, for an extension to the vector model that I am researching. In case my terminology is unfamiliar, what I ...
Joshua O'Madadhain
Nov 16, 2001 at 7:44 am
Nov 16, 2001 at 7:15 pm -
The method DateField.dateToString(Date date) throws an exception if the long value of Date.getTime() is negative. Therefore, it is not possible to 'encode' dates that are prior to 1970. I think a ...
Ogren, Philip V.
Nov 14, 2001 at 2:08 pm
Nov 14, 2001 at 10:05 pm -
Hi, I'm using Lucene in an archived e-mail full-text search system and I'm agreeing with it's flexibility and speed, but I've got a doubt about querying capabilities. In one of Lucene's site linked ...
Alessio Fiore
Nov 14, 2001 at 8:27 am
Nov 14, 2001 at 3:35 pm -
While comparing RAMDirectory vs FSDirectory indexing performance I ran across some strange behavior. If I try to add 1000 documents using the RAMDirectory and then write it to disk, the search fails ...
Paul Friedman
Nov 9, 2001 at 10:26 pm
Nov 12, 2001 at 2:03 pm -
Paul, Thanks for the nice test case! This bug was fixed a week or so ago. Try the latest nightly release from: http://jakarta.apache.org/builds/jakarta-lucene/nightly/ Using that, I get the desired ...
Doug Cutting
Nov 9, 2001 at 11:13 pm
Nov 10, 2001 at 2:13 am -
I am unable to find the expected documents when I execute a query on a keyword whose value contains punctuation. Here is the test case: import org.apache.lucene.queryParser.*; import ...
Paul Friedman
Nov 7, 2001 at 10:45 pm
Nov 9, 2001 at 1:13 am -
Hi, I am new to Lucene.I would like to know if there is an archive of this group anywhere. Thanks in advance, vyas -- To unsubscribe, e-mail: For additional commands, e-mail:
Duggirala Vedavyas
Nov 8, 2001 at 6:46 am
Nov 8, 2001 at 9:49 am -
To whoever maintains the javadocs... The javadoc for QueryParser.parse(...) says that it throws a ParseException if an error occurs, in fact, it throws an org.apache.lucene.queryParser.TokenMgrError. ...
Paul Friedman
Nov 6, 2001 at 4:42 pm
Nov 7, 2001 at 2:06 pm -
Hi, I've a queryParser error if the first character is a spacial character. ie : ' @ ç à ... It doesn't appear with lucene old version (<1.1). Is it a bug or something has changed in the way to call ...
Christophe GOGUYER DESSAGNES
Nov 6, 2001 at 4:26 pm
Nov 7, 2001 at 11:19 am -
How difficult would it be to get BooleanQuery to do a standalone NOT, do you suppose? That would be very useful in my case. Scott For additional commands, e-mail:
Scott Ganyo
Nov 1, 2001 at 12:37 pm
Nov 2, 2001 at 12:20 pm -
[ and ] are used for RangeQuery. They indicate an inclusive range. For example: "name:[adam-scott]" For additional commands, e-mail:
Scott Ganyo
Nov 1, 2001 at 12:35 pm
Nov 1, 2001 at 2:25 pm -
I noticed a post discussing term vectors on the lucene-dev list. It is great that people are working on adding term vectors to Lucene. Stored term vectors per field (or document) are a great way to ...
Emile
Nov 30, 2001 at 2:10 pm
Nov 30, 2001 at 3:35 pm -
I have noticed that when I kill/interrupt an indexing process, that it leaves a "lock" file, preventing further indexing. This raises a couple of questions: a. When I simply delete the file and ...
New, Cecil (GEAE)
Nov 29, 2001 at 5:05 pm
Nov 29, 2001 at 5:12 pm -
Hi all, I got the lucene source files, When I started to compile all packages again in some order, it is giving some error saying some classnot found....the order in which I compiled is given below. ...
Srinivasa v
Nov 28, 2001 at 3:32 pm
Nov 28, 2001 at 3:58 pm -
Hi, I am trying to learn firstly how to post messages thanks! Ferdinand Damon -- To unsubscribe, e-mail: For additional commands, e-mail:
Ferdinand Damon
Nov 28, 2001 at 11:04 am
Nov 28, 2001 at 11:21 am -
hi while testing the SqlDirectory, I found some really strange thing: scenario is concurrent writer and searcher: 1. a IndexWriter is started and creates a write.lock until the close method is ...
Marc Kramis
Nov 27, 2001 at 10:08 pm
Nov 27, 2001 at 10:23 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 86 |
posts | 327 |
users | 89 |
website | lucene.apache.org |
89 users for November 2001
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)