Search Discussions
-
Hi all, http://sourceforge.net/projects/nlucene/ has a version numbered 1.2b2. Does anyone know if this source is still being maintained to be closer to the java developments ? Was this an external ...
Lucene
Jul 31, 2003 at 12:43 pm
Aug 4, 2003 at 8:48 pm -
That's 46 hits/s. That's not bad, actually. It's an interesting problem. It certainly seems that when index such a large number of documents the indexing should be parallel. So far I have assumed ...
Lichtner, Guglielmo
Jul 28, 2003 at 3:59 pm
Jul 30, 2003 at 11:56 pm -
Hi, I'm currently planing a web application using lucene for search. There will be two web server maschines responable for the application and the searches. Two maschines basically to be failsafe, ...
Morus Walter
Jul 30, 2003 at 2:12 pm
Aug 20, 2003 at 8:12 pm -
Dear Lucene Users, Luke is a diagnostic tool for Lucene (http://jakarta.apache.org/lucene) indexes. It enables you to browse documents in existing indexes, perform queries, navigate through terms, ...
Andrzej Bialecki
Jul 14, 2003 at 3:55 pm
Jul 17, 2003 at 4:48 am -
Hi I need to perform a search for an expression in multiple fields "as if" they were one field. This is best illustrated by a simple example. Find expression (X AND Y) in fields (F, G). I want this ...
Ali Rouhi
Jul 2, 2003 at 11:41 pm
Jul 9, 2003 at 11:26 pm -
My question is in the title: how can I use a different Analyzer for each field of a Document object? My problem is that if I use LetterTokenizer for a field which contains a String representation of ...
Claude Libois
Jul 28, 2003 at 8:59 am
Jul 30, 2003 at 7:49 am -
Hi, I'm new to lucene and I have had a lot of trouble finding information on how exactly to use lucene to search a postgres database. I've searched the archives for this list, but found nothing ...
Jessica Maryott
Jul 7, 2003 at 4:37 pm
Jul 8, 2003 at 12:14 am -
Hi All, For those that may be interested, I have written a full text indexing service for the JBoss application server that uses Lucene as its engine. It allows lucene to be used as a service rather ...
Andy Scholz
Jul 20, 2003 at 10:29 pm
Sep 25, 2003 at 1:07 pm -
Hi. I'd like to know if some of you could help me finding a spanish analyzer (free if possible). I'd also like to know how can I index a file made on StarOffice 5.x (.sdw and .sdx files), I've been ...
Oscar Herrera
Jul 21, 2003 at 8:56 pm
Jul 22, 2003 at 10:11 pm -
Is it possible and safe to search an index while another thread adds documents or optimizes the same index?
Aviran Mordo
Jul 31, 2003 at 6:21 pm
Aug 20, 2003 at 7:31 pm -
I have several document sections that are being indexed via the StandardAnalyzer. One of these documents has the line "access, the manager". When searching for the phrase "access manager", this ...
Greg
Jul 17, 2003 at 1:21 pm
Jul 24, 2003 at 12:46 pm -
Hi Has anyone made the changes to the Lucene codebase/build process for the latest version of JavaCC? Version 2 is pretty hard to come by these days (I managed to get a copy from one of the ...
Brian janaszek
Jul 10, 2003 at 5:59 pm
Jul 21, 2003 at 8:04 pm -
Morning all! Is there a document where I can find the release schedule for Lucene 1.3, or a list of issues that are still remaining to be fixed? I would like to upgrade our product (JIRA) to a later ...
Scott Farquhar
Jul 15, 2003 at 3:40 pm
Jul 16, 2003 at 10:29 am -
Hi, I am new to this mailing list. I am thinking of designing search tool for my web site which has documents (PDF's, DOC, PPT) and HTML, XML pages of course. I want to design basic search engine ...
Jagdip Singh
Jul 3, 2003 at 5:02 pm
Jul 10, 2003 at 2:51 pm -
Hi, How can I convert text/doc to XML? Please help. Regards, Jagdip
Jagdip Singh
Jul 8, 2003 at 5:40 am
Jul 8, 2003 at 6:42 am -
Hi, I have web pages in asp.net and developing search for web site using Lucene. I have to use Lucene's API from asp.net's code to search and also feed new web pages and articles submitted to web ...
Jagdip Singh
Jul 6, 2003 at 10:51 pm
Jul 7, 2003 at 4:41 pm -
Hi all, I am interested in comparing different query result sets in term of term frequency. Questions I'd like to answer are: - what are the N most common terms in a result set? - how often does term ...
Peter Becker
Jul 30, 2003 at 1:08 am
Jul 30, 2003 at 2:58 pm -
Reffering to this: http://www.jguru.com/faq/view.jsp?EID=1074516 "To index the content of JSPs that a user would see using a Web browser, you would need to write an application that acts as a Web ...
Pitre, Russell
Jul 28, 2003 at 1:49 am
Jul 28, 2003 at 12:48 pm -
To: 'Avnish Midha' Subject: RE: CJK support in lucene I'm no linguist, so the short answer is, I'm not sure about Taiwanese. If they share the same character sets and a bigram indexing approach makes ...
Eric Isakson
Jul 16, 2003 at 6:05 pm
Jul 22, 2003 at 7:10 pm -
I'm trying to implement Lucene in Roller (www.rollerweblogger.org) and I'm running into a few hurdles. First, the architecture. I'm planning on having different index directories for each user, in ...
Raible, Matt
Jul 18, 2003 at 5:35 pm
Jul 18, 2003 at 9:24 pm -
Hi, I am new in Lucene. I have a problem with my code. Somebody can help me why I can't delete some files.Maybe I missing something. Thanks in advance. Regards, Michel Here the two code that I use ...
Mmachado
Jul 14, 2003 at 9:11 am
Jul 15, 2003 at 11:10 pm -
I'm having some trouble getting lucene working for anything other than the included demo. Both demos worked just fine, but when I try to do anything new (or if I change the name of one of the demo ...
Jessica Maryott
Jul 8, 2003 at 3:04 pm
Jul 8, 2003 at 4:22 pm -
Hi, I wonder if the behavior of my application using Lucene respects the behavior of Lucene when I perform a search. I search for a word "Qvar" and I have 2 documents containing that exact word. I ...
Marie-Hélène Forget
Jul 30, 2003 at 5:58 pm
Jul 30, 2003 at 7:20 pm -
Three questions: - Is it safe to have two IndexWriters open on the same index? - Is it safe to have two IndexWriters adding a document concurrently? - Is it safe to add a document while another ...
Wilton, Reece
Jul 29, 2003 at 8:50 pm
Jul 29, 2003 at 11:37 pm -
Hi All, I managed to get the terms match from a query for other queries but not Fuzzy, does anyone know a quick and dirty way given a Fuzzy query, retrieve all the terms used for search? Thanks, -- ...
Victor Hadianto
Jul 22, 2003 at 9:35 am
Jul 23, 2003 at 4:27 am -
Hi, I'm having a bit of trouble figuring out the logic for deleting documents from an index. Any advice is appreciated! 1) I created an index with an IndexWriter and then optimized it and closed it. ...
Wilton, Reece
Jul 11, 2003 at 11:09 pm
Jul 21, 2003 at 5:45 pm -
Hello. I'm trying to modify the result.jsp file in lucene webdemo. I can create a for- loop but can't declare any variable anywhere in the jsp file. I get the the following error: Generated servlet ...
Di99mwo
Jul 10, 2003 at 8:38 am
Jul 17, 2003 at 8:32 am -
I'm having some problems with chars in keywords that are not a-z0-9 chars... If I have a keyword like "Det Naturvidenskabelige Fakultet" or a name "Jan Agermose" - well besides the fact I need to ...
Jan Agermose
Jul 16, 2003 at 5:04 pm
Jul 16, 2003 at 5:56 pm -
Hi, I have a problem with deleting files in my directory and after this to my index. When I do an upload file to my directory to replace and old one , this is not replaced but added with another ...
Mmachado
Jul 16, 2003 at 9:41 am
Jul 16, 2003 at 9:58 am -
Thanks Victor. I'll look into your earlier postings for the solution. But I was wandering, there might be many more scenarios what a user might search for. -----Original Message----- From: Victor ...
Bharatbhushan_Shetty
Jul 14, 2003 at 9:16 am
Jul 15, 2003 at 8:09 pm -
Hi I'm writing a web application which will index files using textmining to extract text and lucene to store it. I do have the following implementation questions: 1) Only one user can write to an ...
Guilherme Barile
Jul 14, 2003 at 2:27 pm
Jul 15, 2003 at 2:14 am -
I've had a problem on several occasions where my entire index is deleted -- that is, EVERY file (except 'segments') is gone. There were many users on the system each time, so its a little hard to ...
Steve Rajavuori
Jul 11, 2003 at 7:18 pm
Jul 14, 2003 at 7:34 pm -
Dear Lucene Users, I'd like to implement a search engine and I'd like to know if it's possible to do it with Lucene. I have many text files containing faqs, every faq has a text file. Inside the file ...
Fmarchioni
Jul 10, 2003 at 10:03 am
Jul 10, 2003 at 10:20 am -
Hi, I am trying to use Lucene for searching articles (text files) and web pages. I am thinking of converting those articles to XML files and then feed to Lucene for indexing. I have not done anything ...
Jagdip Singh
Jul 6, 2003 at 11:53 pm
Jul 7, 2003 at 10:32 am -
Hi, I am indexing XML files. The XML files have a Location element. For example, the Location is /Foo/Bar.html in one of the files. When I update the index, I want to remove the existing document. I ...
Wilton, Reece
Jul 2, 2003 at 6:45 pm
Jul 3, 2003 at 8:41 am -
Hi, I wrote a short introductory article about Lucene on Builder.com (CNET), at http://builder.com.com/article.jhtml?id=u00320030718jlin01.htm It's pretty basic, and it's meant for readers who aren't ...
Jeff Linwood
Jul 18, 2003 at 9:31 pm
Oct 13, 2003 at 1:22 pm -
Hello. I wanted to use the Highlighter from Maik Schreiber but i had a big problem: In order to use it I need to change Lucene core . That's what I did but there is a file QueryParser.jj and I don't ...
Claude Libois
Jul 31, 2003 at 7:17 am
Jul 31, 2003 at 7:46 am -
I'm trying to index 10 million small XML-like documents, extracted from an Oracle database. Lucene version is 1.2, and I'm using RedHat 7.0 Advanced Server, on an AMD XP1800+ with 1GB RAM and ...
Roger Ford
Jul 28, 2003 at 3:23 pm
Jul 28, 2003 at 4:18 pm -
Hi There, I want to create an in-memory index. I want to be able to search the index and delete documents from this index. I believe I am creating the index correctly: this._writer = new ...
Gregg Cote
Jul 17, 2003 at 4:02 pm
Jul 17, 2003 at 5:23 pm -
Hi Group, I am fairly new to Lucene. I would like to know if and how can i extract the keywords list from an indexed document. Thanks, Gourav ...
Gourav Raj Budhia
Jul 17, 2003 at 2:19 am
Jul 17, 2003 at 8:27 am -
Hi Need some help in queryparsing. There are few things that doesn't Seem to work as I expected. Have a look at the code at the end Before reading my observations. Document contains following ...
Bharatbhushan_Shetty
Jul 14, 2003 at 8:26 am
Jul 14, 2003 at 8:41 am -
The Lucene API docs say that you can add to the same Field name and the text will be appended into the field. If I Add multiple times to the same Field name with a Field.Keyword type, will it make ...
Ryan Clifton
Jul 9, 2003 at 7:31 pm
Jul 12, 2003 at 4:08 am -
Hi, There is a Field.Keyword factory method that takes a date. I'm using it like this: searchDoc.add(Field.Keyword("TIMESTAMP", new Date())); The JavaDoc for this method says it is stored in the ...
Wilton, Reece
Jul 10, 2003 at 6:38 pm
Jul 11, 2003 at 12:53 am -
Hi, I have XML file and want to store it to index for searching as well as to database for archiving. How can I store it to index as well as database? What should be the table structure to store XML ...
Jagdip Singh
Jul 9, 2003 at 7:58 pm
Jul 9, 2003 at 8:22 pm -
People... I've created a custom analyser that uses the StandardTokenizer class to get the tokens from the reader. It seemed to work fine but I just noticed that some large documents are not having ...
Flavio Eduardo de Cordova
Jul 7, 2003 at 11:28 pm
Jul 7, 2003 at 11:38 pm -
Hi, I developed a Directory implementation that accesses an index stored on the filesystem using memory-mapped files (as provided by the NIO API, introduced in Java 1.4). You can download the ...
Francesco Bellomi
Jul 6, 2003 at 8:49 pm
Jul 7, 2003 at 8:05 pm -
People.. I have a class that searchs for some documents in an existing index (see the code below). It works fine when I run it on a 1.4 JVM but it throws a NullPointerException (or crashes the JVM, ...
Flavio Eduardo de Cordova
Jul 4, 2003 at 2:58 pm
Jul 4, 2003 at 3:30 pm -
Hi, In my job, I have become the new maintainer of a search feature that uses Lucene. I am trying to understand how it works by examining the index it produces. When I list index fields by opening an ...
Claes Holmerson
Jul 3, 2003 at 12:35 pm
Jul 3, 2003 at 5:49 pm -
Search hits come back ordered by score. How do I get my results sorted by the date of the article? I have added the article date as a keyword field. ...
Wilton, Reece
Jul 2, 2003 at 10:01 pm
Jul 3, 2003 at 1:27 pm -
Hi, I´ve a problem with IndexSearcher. In my web app multiple users can search data in an index. Sometimes when the servlet create a new IndexSearch, throws an FileNotFound exception - it creates a ...
Jgaliana
Jul 31, 2003 at 6:46 pm
Jul 31, 2003 at 6:46 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 73 |
posts | 226 |
users | 84 |
website | lucene.apache.org |
84 users for July 2003
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)