Search Discussions
-
how can i do this query (searching with a leading star in the querystring) ? -- To unsubscribe, e-mail: For additional commands, e-mail:
Pro
Oct 24, 2002 at 11:20 am
Nov 4, 2002 at 8:34 pm -
Tomcat and Lucene users, Hello, I am trying to implement the lucene search web demo run under Tomcat 4.1.10, Lucene 1.2, Apache 1.3.27 on a Solaris 8 system. I've been able to build the lucene index ...
Brian Cuttler
Oct 28, 2002 at 7:05 pm
Nov 4, 2002 at 4:02 pm -
Some content I'm indexing contains certain HTML tags, like <p , <b , <i , etc. What I find is that when a term I'm searching for touches one of these tags (which is fairly typical), the term isn't ...
Terry Steichen
Oct 18, 2002 at 3:41 pm
Oct 22, 2002 at 2:57 pm -
Hi all, I am indexing the filepath with the below: Document doc = new Document(); doc.add(Field.UnIndexed("path", f.getAbsolutePath())); I then try to run the following after building the index: ...
Rob Outar
Oct 23, 2002 at 9:48 pm
Dec 31, 2002 at 7:14 am -
Hi, I need to develop search java stand alone application, which takes "SearchString" and "URL/URLS" "SearchString": string to be searched in web URL/URLS" : List of URLs where string needs to ...
Nandkumar rayanker
Oct 18, 2002 at 6:20 pm
Dec 31, 2002 at 7:22 am -
Hi all. Sorry about this, but this may seem like a silly question. (I have read the FAQs, the mailing list archive, and I am just _not quite_ sure!) Firstly, an admission. I am not a good java coder, ...
Stray Toaster
Oct 23, 2002 at 4:11 pm
Oct 24, 2002 at 10:49 am -
Hi, I am currently starting work on a project that requires indexing and searching on potentially thousands, maybe tens of thousands, of text documents. I'm hoping that someone has a great success ...
Tim Jones
Oct 29, 2002 at 8:01 pm
Dec 31, 2002 at 7:19 am -
Hi, My application requires a facility to have security build into the documents so that when i search for a given word depending on the security credentials stored in a field in the document the ...
Harpreet
Oct 31, 2002 at 5:45 pm
Nov 2, 2002 at 2:47 pm -
Hi, I want to use Danish for my search engine. Hereby I have to use characters like: æ, å, Ø, ø, Å, Æ. My search engine is finished, but when I search for a word with one of those characters in it, ...
Dominator
Oct 7, 2002 at 7:00 am
Oct 14, 2002 at 10:18 am -
I just found about lucene, and would like to know if it's possible to do a search engine in an Tomcat application i'm developing using Lucene... Thanks in advance! -- Felipe Schnack Analista de ...
Felipe Schnack
Oct 31, 2002 at 4:28 pm
Oct 31, 2002 at 7:56 pm -
Hi All, I am building a search engine based on Lucene. Recently I created a test simulating multiple users searching in the same index simultaneously and found out that quite often JVM crashes with ...
Stas Chetvertkov
Oct 1, 2002 at 4:17 pm
Oct 14, 2002 at 9:05 am -
My company, Epiphany, has decided to integrate our products with Lucene. I'm leading this effort, and for this I have developed a solution around Lucene that allows concurrent processes to search, ...
Kiril Zack
Oct 16, 2002 at 10:45 pm
Oct 18, 2002 at 5:21 pm -
Hi all, I'm building a web crawler, and would like to use Lucene to extend some of the indexng capabilities. I am using Jetty, but the documentation only talks about TomCat configuration. Can anyone ...
Nathan Ander
Oct 11, 2002 at 9:11 pm
Oct 13, 2002 at 8:44 pm -
Hi, I've used lucene and indexed the whole database where I savd the mail headers and some files where I saved the mail contents.I would like to to a search on email ids.I'm using a Boolean Query to ...
Suneetha Rao
Oct 5, 2002 at 5:02 am
Oct 7, 2002 at 4:42 am -
Hi, I've performed some tests with Lucene for german indexation/search but I don't get the results I expected: - Umlaut: search for: - "Geschäft" - x results - "Geschaeft" - no result Is there an ...
Marc Guillemot
Oct 1, 2002 at 7:41 am
Oct 2, 2002 at 1:08 pm -
What is the cleanest way in Lucene to add documents to an index, if the entire document is not readily available at one time? E.g., I want to index the text as well as the anchor-text of a stream of ...
Taher H. Haveliwala
Oct 13, 2002 at 2:18 am
Oct 31, 2002 at 3:27 pm -
Hi Kajal, Could you please tell me how did you implement search on your intranet? I would like to know the steps. Thanks & Regards, Murthy -----Original Message----- From: ...
Murthy, Suryanarayana (MED, TCS)
Oct 29, 2002 at 9:17 am
Oct 29, 2002 at 3:51 pm -
I am planning to upgrade from Lucene 1.0 to Jakarta Lucene 1.2. My current implementation uses Jason Pell's URLDirectory class so that Lucene can access the search index while running in an applet. I ...
Schaeffer, David
Oct 16, 2002 at 9:02 pm
Oct 16, 2002 at 10:14 pm -
Greetings Everyone, I'm thinking of trying to build something that manipulates a query score in order to achieve a sort order other then the default relevance sort. The idea is to create a new type ...
Dmitry Serebrennikov
Oct 15, 2002 at 2:16 am
Oct 16, 2002 at 8:45 pm -
This is my first post to this mailing list, so I hope it works... We've been trying to use Lucene as our search solution, but every so often we get a ton of the following in our log files: ...
Craig Walls
Oct 11, 2002 at 4:02 pm
Oct 11, 2002 at 5:37 pm -
Hello, I just downloaded the lucene-1.2-src jar but to my suprise it only contains the analysis and queryParser packages in org/apache/lucene. Is the source jar incomplete or am I looking in the ...
Ype Kingma
Oct 2, 2002 at 7:03 pm
Oct 3, 2002 at 5:15 pm -
There is currently no way to delete fields from a Document. I wondered if this was evil, in any way, and looking at the source of Document.java, found no evidence that it is so. Document maintains a ...
Kelvin Tan
Oct 31, 2002 at 7:32 am
Nov 12, 2002 at 7:03 pm -
I'm trying a compound query using ISOGEN's XML package for Lucene and I am consistently getting 0 hits when I know ahead of time I should be getting one hit. This query returns lots of hits. query1 = ...
David Kendig
Oct 30, 2002 at 1:25 pm
Oct 31, 2002 at 7:00 am -
Hi Kelvin, Could you please tell me the steps how to implement search engine for the intranet site with Lucene. I have gone through the documentation at the site. This is a starting problem for me. ...
Murthy, Suryanarayana (MED, TCS)
Oct 29, 2002 at 3:19 pm
Oct 29, 2002 at 4:14 pm -
Hi Gurus I manage to get the content form the PDF file using the JPedal libraries. Now i need to use this content to Index inside Lucene, so that PDF (binaries) files can be searched/indexed by ...
Vinod Bhagat
Oct 17, 2002 at 12:42 pm
Oct 17, 2002 at 2:37 pm -
-- To unsubscribe, e-mail: For additional commands, e-mail:
Richard Doorduin
Oct 15, 2002 at 6:57 am
Oct 16, 2002 at 1:50 pm -
Greetings, I know that the FAQ says that they are, but in at least one instance in my index it appears to be equal to 1.94something. Are the scores guaranteed to be between 0 and 1, and if not, what ...
Dmitry Serebrennikov
Oct 15, 2002 at 2:15 am
Oct 15, 2002 at 12:32 pm -
Dear People I am using Lucene and one of the requirement is to index PDF. I am using JPEDAL's API to extract text from PDF. Till now i manage to get the text of the first page, I am using the ...
Vinod Bhagat
Oct 14, 2002 at 9:32 am
Oct 15, 2002 at 10:17 am -
I'm currently using mysql for storing file which I index previously with lucene. I've seen there is a new function in mysql which consists in full text searching. I'd like to know which is best ...
Cédric Grun
Oct 11, 2002 at 7:04 pm
Oct 12, 2002 at 6:40 am -
I am just getting started with Lucene and I think I have a problem understanding some basic concepts. I am using two-part identifiers to uniquely identify a document in the index. So whenever I want ...
Lucene User
Oct 9, 2002 at 11:50 am
Oct 9, 2002 at 4:58 pm -
Hi, I use lucene 1.2 and I index a text document wich size is near 500 ko. (I use Field.UnStored method) It seems that only the beginning of this document is indexing ! If I search a term that is at ...
Christophe GOGUYER DESSAGNES
Oct 9, 2002 at 8:07 am
Oct 9, 2002 at 9:24 am -
Dear Friends , I am using lucene-1.2 . When I am trying to create a html index from java org.apache.lucene.demo.IndexHTML -create -index /opt/index /webdev It start creating index but after some time ...
Ravi Kothiyal
Oct 5, 2002 at 6:52 am
Oct 6, 2002 at 3:18 pm -
Is there a way to arrange indexing and searching so that when searching for "Lucene", the term "Lucene" would be given more boost than the term "lucene", and ideally "lucene" would have more boost ...
Michael McDonald
Oct 30, 2002 at 7:58 pm
Oct 31, 2002 at 4:35 am -
I/O buffering would certainly be handled by the OS but in theory the application can do its own buffering -and in a sense RAMDirectory is an extreme example of this. Having an app w/ an adjustable ...
Spencer, Dave
Oct 17, 2002 at 8:50 pm
Oct 29, 2002 at 4:02 pm -
Check out the java docs on the Filter class. http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/search/ Filter.html --Peter -- To unsubscribe, e-mail: For additional commands, e-mail:
Peter Carlson
Oct 28, 2002 at 5:22 am
Oct 28, 2002 at 1:42 pm -
Just a question for the group. Is anyone using or have benchmarked a pooled IndexSearcher setup? (Especially the Jakarta Commons POOL implementations) I am looking to increase the concurrent search ...
Jonathan Pace
Oct 17, 2002 at 3:08 pm
Oct 17, 2002 at 5:54 pm -
Are the string positions of the terms in the original document stored in the index? How can I access them (preferably during the search process)? -- To unsubscribe, e-mail: For additional commands, ...
Stephan Grimm
Oct 17, 2002 at 9:01 am
Oct 17, 2002 at 5:14 pm -
Is there a way to retrieve the original term positions during the search process invoked by Searcher.search()? In addition to the documents and their scores we want to have access to the positions of ...
Stephan Grimm
Oct 15, 2002 at 8:59 am
Oct 16, 2002 at 6:14 pm -
Hello, is it possible to index and search only the content, not the tags, of a XML-File. The result should be the name of the XML-File. Is that possible with Lucene??? Made anyone expierence with ...
Richly, Gerhard
Oct 15, 2002 at 7:51 am
Oct 15, 2002 at 3:14 pm -
I want to write a function countIndexEntries(key) to find out how many entries are there in the index database for a key. I read the faq entry about counting number of hits, but somehow it doesnt ...
Dr. Lothar Simon
Oct 15, 2002 at 6:48 am
Oct 15, 2002 at 12:38 pm -
Hello,I've installed Lucene on my Linux server and I use it for index and search my web site. can I make an advanced search with Lucene that gives me the documents between sach date and other ...
Friaa Nafaa
Oct 31, 2002 at 8:30 am
Oct 31, 2002 at 4:58 pm -
The Lucene Website has been updated with some new content. A Lucene File Format that was originally just an attachement from Doug Cutting was transformed to xml/html by Otis Gospodnetic. This ...
Peter Carlson
Oct 30, 2002 at 7:12 pm
Oct 30, 2002 at 8:17 pm -
With Lucene 1.0, I implemented a crude feature for identifying the first location in a document (selected from the search result set) which matched the query. I used class QueryTokenManager, which no ...
Schaeffer, David
Oct 28, 2002 at 5:10 pm
Oct 28, 2002 at 5:15 pm -
I've just released an open source highlighter for XML documents, written in Java, that works great for Lucene search results. You can download a copy at ...
Ian Dallas
Oct 21, 2002 at 11:35 pm
Oct 22, 2002 at 7:25 am -
Hi, is it possible to use meta tags in HTML pages for keyworded search using Lucene? That means I would like to search in documents not using full-text search but a I would like to search ccording to ...
Richard Gregor
Oct 18, 2002 at 1:34 pm
Oct 18, 2002 at 1:37 pm -
Thanks for the suggestion and a good point. I didn't think of this. However, I still don't think I can use this trick because the code I am writing will run in a HitCollector that receives hits from ...
Dmitry Serebrennikov
Oct 15, 2002 at 5:13 pm
Oct 16, 2002 at 6:02 am -
Hello, I am currently trying to use the etymon.pj PDF parser with Lucene, and I can't find how to use it (the documentation is not explicit at all). Has anyone got a sample and commented code I could ...
PERRIN GOURON Olivier
Oct 14, 2002 at 9:17 am
Oct 14, 2002 at 10:53 am -
Why this query: _published:[200101010000 - 200201010000] returns an error like this: Encountered "200201010000" at line 1, column 27. Was expecting: "]" ...? whats wrong with syntax? if I query with ...
Philipp Chudinov
Oct 14, 2002 at 12:09 am
Oct 14, 2002 at 12:55 am -
I would like the phrase "search for st*" to return matches which expand the wildcard... but it doesn't seem to work. right now I can get "search for stuff" and "search for stars" to return hits, but ...
Eoin O'Toole
Oct 10, 2002 at 4:40 pm
Oct 10, 2002 at 6:07 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 76 |
posts | 280 |
users | 92 |
website | lucene.apache.org |
92 users for October 2002
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)