Search Discussions
-
Hi, When I run an optimize in our production environment, old index are left in the directory and are not deleted. My understanding is that an optimize will create new index files and all existing ...
Yahootintin 1247688
Feb 4, 2005 at 1:36 am
Feb 8, 2005 at 4:22 pm -
Three HTML parsers(Lucene web application demo,CyberNeko HTML Parser,JTidy) are mentioned in Lucene FAQ 1.3.27.Which is the best?Can it filter tags that are auto-created by MS-word 'Save As HTML ...
Jingkang Zhang
Feb 1, 2005 at 9:14 am
Feb 4, 2005 at 3:37 pm -
I am trying to do some filtering and rearrangement of search result. Two possiblity come into mind are iterating though the Hits or making custom HitCollector. All documentation invaribly warn about ...
Aurora
Feb 3, 2005 at 4:43 pm
Feb 4, 2005 at 10:44 pm -
I finally had some time to take Doug's advice and reburn our indexes with a larger TermInfosWriter.INDEX_INTERVAL value. The default is 128 but I increased it to 256 and then burned our indexes again ...
Kevin A. Burton
Feb 24, 2005 at 8:01 am
Feb 26, 2005 at 12:24 am -
What is single handedly the best way to improve search performance? I have an index in the 2G range stored on the local file system of the searcher. Under a load test of 5 simultaneous users my ...
Michael Celona
Feb 18, 2005 at 3:54 pm
Feb 19, 2005 at 2:35 pm -
First let me say - Awesome tool! Almost too easy to be true, but with that being said.... Hi, I have read several articles and postings that indicate that the Field.Keyword field should be searchable ...
Mike Miller
Feb 8, 2005 at 1:53 pm
Feb 10, 2005 at 6:52 pm -
Topic: Search performance with large numbers of indexes vs. one large index Hello, we are experiencing a performance problem when using large numbers of indexes. We have an application with about 6 ...
Jochen Franke
Feb 25, 2005 at 8:43 pm
Mar 8, 2005 at 12:23 am -
It's about time I actually did something real with Lucene.... :) I have been working with the Applied Research in Patacriticism group at the University of Virginia for a few months and finally ready ...
Erik Hatcher
Feb 18, 2005 at 7:48 pm
Feb 23, 2005 at 3:37 am -
Hello. I'm using Lucene for an application and I want to boost the title of my documents. For that I use the setBoost method that is applied on the title field. However when I look with luke(1.6) I ...
Claude Libois
Feb 28, 2005 at 8:06 am
Mar 7, 2005 at 3:43 pm -
Is there a way to eliminate duplicate hits being returned from the index? Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 ...
Jerry Jalenak
Feb 1, 2005 at 2:02 pm
Feb 1, 2005 at 5:30 pm -
What's the full stack trace? Erik --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, ...
Erik Hatcher
Feb 21, 2005 at 3:32 pm
Feb 21, 2005 at 8:19 pm -
Hi, I was rambling to some friends about an idea to build a cache-aware JDBC driver wrapper, to make it easier to keep a lucene index of a database up to date. They asked me a question that I have to ...
Steven J. Owens
Feb 18, 2005 at 9:19 pm
Feb 24, 2005 at 8:11 am -
I have created an Analyzer that I think should just be converting to lower case and add synonyms in the index (it is at the end of the email). The problem is, after running it I get one more result ...
Luke Shannon
Feb 18, 2005 at 10:40 pm
Feb 22, 2005 at 8:58 am -
Hi, I've read from various sources on the Internet that it is perfectly safe to simultaneously search a Lucene index that is being updated from another Thread, as long as all write access to the ...
Paul Mellor
Feb 16, 2005 at 10:21 am
Feb 18, 2005 at 9:24 am -
I'm building a lucene project for a client who uses php for their dynamic web pages. It would be possible to add servlets to their environment easily enough (they use apache) but I'd like to have ...
Owen Densmore
Feb 6, 2005 at 5:10 pm
Feb 9, 2005 at 9:32 am -
In my Clipper days I could build an index on English words using a technique that was called soundex. Searching in that index resulted in hits of words that sounded the same. From what i remember ...
Aad Nales
Feb 9, 2005 at 12:24 pm
Feb 10, 2005 at 11:43 am -
Many times I've written ad-hoc code that pulls in data from an RDBMS and builds a Lucene index. The use case is a typical database-driven dynamic website which would be a hassle to spider (say, due ...
David Spencer
Feb 7, 2005 at 8:07 am
Feb 9, 2005 at 4:03 pm -
Hello ALL, It might not be the right place for it but as we are talking about SCM, I have a quick question. First, I haven't used CVS/SVN on any project. I am a ClearCase/PVCS guy. I just would like ...
Chakra Yadavalli
Feb 3, 2005 at 12:50 am
Feb 3, 2005 at 4:49 pm -
I've been merrily cooking along, thinking I was replacing documents when I haven't. My logic is to go through a batch of documents, get a field called "reference" which is unique build a term from it ...
Jim Lynch
Feb 1, 2005 at 8:25 pm
Feb 2, 2005 at 3:24 pm -
Hi: Is there way to find out given a hit from a search, find out which fields contributed to the hit? e.g. If my search for: contents1="brown fox" OR contents2="black bear" can the document founded ...
John Wang
Feb 16, 2005 at 10:40 pm
Feb 23, 2005 at 7:24 pm -
Hi guys Apologies........... I am getting this error on ' Every FIRST SEARCH after Startup of the WEBSERVER ' and I have declared the following code only once in the method of execution <%@ page ...
Karthik N S
Feb 11, 2005 at 6:45 am
Feb 11, 2005 at 3:15 pm -
Hi! Does DateFilter work on fields indexed as UnStored? Can I filter an UnStored field with values like "2004-11-05" ? Regards, Sanyi
Sanyi
Feb 13, 2005 at 12:09 pm
Feb 14, 2005 at 2:34 pm -
Hi Im trying to Compile Lucene but am encountering the following error on typing ant from the root of Lucene-1.4.3 C:\lucene-1.4.3 ant Buildfile: build.xml init: compile-core: BUILD FAILED ...
Helen Butler
Feb 2, 2005 at 7:26 pm
Feb 2, 2005 at 9:00 pm -
Hi, I'm new to Lucene and want to know, whether Lucene has the capability of displaying the search results based the Users Rights. For Example: There are suppose some resources, like : Resource 1 ...
Verma Atul (extern)
Feb 1, 2005 at 3:01 pm
Feb 2, 2005 at 5:23 am -
Whats the desired pattern of using of TermInfosWriter.indexInterval ? Do I have to compile my own version of Lucene to change this? The last API was public static final but this is not public nor ...
Kevin A. Burton
Feb 24, 2005 at 10:08 pm
Mar 1, 2005 at 5:46 pm -
Hello; Why won't this query find the document below? Query: +(type:203) +(name:*home\**) Document (relevant fields): Keyword<type:203 Keyword<name:marcipan + home* I was hoping by escaping the * it ...
Luke Shannon
Feb 17, 2005 at 7:40 pm
Feb 18, 2005 at 2:28 pm -
Hello. I use PyLucene, python port of Lucene. I have problem about using big index (50Gb) with IndexSearcher from many threads. I use IndexSearcher from PyLucene's PythonThread. It's really a wrapper ...
Yura Smolsky
Feb 16, 2005 at 8:05 pm
Feb 16, 2005 at 8:39 pm -
Hi, A couple of newbie questions. I've searched the archives and read the Javadoc but I'm still having trouble figuring these out. 1. What's the best way to index and handle queries like the ...
Paul Jans
Feb 10, 2005 at 10:01 pm
Feb 14, 2005 at 8:28 pm -
Hi All, If I store multiple fields with same name for example “Author” with 3 values “bob,”jane”,”bill” once I retrieve the doc are the values in the same order? Thanks, Ramon -- No virus found in ...
Ramon Aseniero
Feb 11, 2005 at 4:49 am
Feb 11, 2005 at 9:47 pm -
Hello; Getting squinted with Query Parsing. I have a questions: Query query = MultiFieldQueryParser .parse("mario", new String[] { "name", "desc" }, new int[] { MultiFieldQueryParser.NORMAL_FIELD, ...
Luke Shannon
Feb 2, 2005 at 11:01 pm
Feb 2, 2005 at 11:29 pm -
Hey folks.. thanks in advance to any who respond... I do a good deal of post-search processing and the file io to read the fields I need becomes horribly costly and is definitely a problem. Is there ...
Chris Fraschetti
Feb 1, 2005 at 9:40 am
Feb 1, 2005 at 10:54 pm -
Hello, lucene-user. I have index with many documents, more than 40 Mil. Each document has DateField (It is time stamp of document) I need the most recent results only. I use single instance of ...
Yura Smolsky
Feb 24, 2005 at 6:02 pm
Feb 24, 2005 at 6:52 pm -
Hi all, I have a question about scaling lucene across a cluster, and good ways of breaking up the work. We have a very large index and searches sometimes take more time than they're allowed. What we ...
Chris D
Feb 18, 2005 at 4:01 pm
Feb 19, 2005 at 6:48 pm -
Is there a simple, efficient way to compute similarity of documents indexed with Lucene? My first, naive idea is to use the entire contents of one document as a query to the second document, and use ...
Matt Chaput
Feb 18, 2005 at 9:27 pm
Feb 18, 2005 at 10:15 pm -
Hello, I would like to use ParrellelMultiSearcher with few RemoteSearchables. If one of the remote server is down, Can I parrellelMultiSearcher set close() and make new ParrellelMultiSearcher with ...
Youngho Cho
Feb 17, 2005 at 9:27 am
Feb 18, 2005 at 6:47 am -
Hi all, I'm quite a newbie for Lucene, but I bought "Lucene In Action" and I'm trying to customize few examples caught from there. I Have this sample code of JSP (bad JSP caus' I'm also a jsp newbie ...
Pierre VANNIER
Feb 15, 2005 at 8:45 am
Feb 15, 2005 at 4:50 pm -
I think I found a pretty good way to do a negative match. In this query I am looking for all the Documents that have a kcfileupload field with any value except for jpg. Query negativeMatch = new ...
Luke Shannon
Feb 10, 2005 at 9:01 pm
Feb 11, 2005 at 10:03 pm -
Hello all, I have heard that Lucene 1.3 Final should run under Java 1.1. (I need that because I want to run a search with a PDA using Java 1.1). However, when I run my code. I get the following ...
Karl Koch
Feb 8, 2005 at 3:28 pm
Feb 8, 2005 at 9:05 pm -
I have varying length text fields which I am searching on. I would like relevancy to be dictated predominantly by the number of terms in my query that match. Right now I am seeing a high relevancy ...
Michael Celona
Feb 7, 2005 at 1:48 pm
Feb 7, 2005 at 9:08 pm -
Is there any way to construct a query to locate all documents without a specific field? By this I mean the Document was created without ever having that field added to it. -- Bill Tschumy Otherwise ...
Bill Tschumy
Feb 3, 2005 at 7:18 pm
Feb 4, 2005 at 9:03 pm -
Hi, I am getting this exception now and then when I am indexing content. It doesn't always happen. But when it happens, I have to delete the index and start over again. This is a serious problem. In ...
Chris Lu
Feb 2, 2005 at 6:05 am
Feb 3, 2005 at 5:58 pm -
An IndexReader will always see the same set of documents. Even if another process deletes some documents, adds new ones or optimizes the complete index, your IndexReader instance will not see those ...
Vanlerberghe, Luc
Feb 24, 2005 at 2:07 pm
Mar 1, 2005 at 6:19 pm -
Hi All, How does Lucene handle multi term queries? Does it use short circuiting? So if a user entered: (a OR b) AND c But my program knew testing for "c" is cheaper than testing for "(a OR b)" and I ...
Runde, Kevin
Feb 21, 2005 at 6:59 pm
Feb 21, 2005 at 8:29 pm -
Hi! Is there any way to store info about the index in the index? (You know, like in .doc files on Windows. You can store title, author, etc...) I need to store the last indexed database UID in the ...
Sanyi
Feb 17, 2005 at 1:43 pm
Feb 18, 2005 at 12:21 am -
I'm getting a bit more serious about the final form of our lucene index. Each document has DocNumber, Authors, Title, Abstract, and Keywords. By Keywords, I mean a comma separated list, each entry ...
Owen Densmore
Feb 12, 2005 at 8:08 pm
Feb 16, 2005 at 8:23 am -
First I'm getting a The requested URL could not be retrieved ------------------------------------------------------------------------ While trying to retrieve the URL: ...
Jim Lynch
Feb 14, 2005 at 3:31 pm
Feb 14, 2005 at 5:33 pm -
I'm building an index from a FileMaker database by dumping the data to a tab-separated file. Because the FileMaker output is encoded in MacRoman, and uses Mac line separators, I run a script across ...
Owen Densmore
Feb 10, 2005 at 5:32 am
Feb 11, 2005 at 10:19 pm -
Hi, I have an index with field "documentNumber". There are 10 documents. One of the documents has documentNumber A5058970 I want to return all matches where documentNumber != A505*. I should get 9 ...
Aaz
Feb 10, 2005 at 6:02 pm
Feb 10, 2005 at 6:25 pm -
Idiot question. I've managed to blow away the "segments" file. This is an optimized index, so there's only one segment. Is there an easy way to reconstruct the segments file? I've looked over the ...
Ian Soboroff
Feb 4, 2005 at 4:58 pm
Feb 7, 2005 at 6:38 pm -
Hi, is it possible to retrieve ALL documents from a Lucene index? This should then actually not be a search... Karl -- Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS GMX bietet bis zu 100 ...
Karl Koch
Feb 7, 2005 at 10:41 am
Feb 7, 2005 at 11:16 am
Group Overview
group | java-user |
categories | lucene |
discussions | 124 |
posts | 600 |
users | 124 |
website | lucene.apache.org |
124 users for February 2005
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)