Search Discussions
-
Hi group, I run over a IndexOutOfBoundsException: - java.lang.IndexOutOfBoundsException: More than 32 required/prohibited clauses in query. The reason: I have more then 32 BooleanCauses. From the ...
Karl Koch
Jan 18, 2004 at 8:54 pm
Feb 25, 2004 at 11:10 pm -
Hi, I need a tip for implementation. I have several documents all of them with a field named DocID. DocID identifies not a single Lucene Document but a collection of them. When I wan't to start a ...
Thomas Scheffler
Jan 7, 2004 at 11:23 am
Jan 14, 2004 at 4:59 pm -
1) Is there a way to set the query boost factor depending not on the presence of a term, but on the presence of two specific terms? For example, I may want to boost the relevance of a document that ...
Terry Steichen
Jan 20, 2004 at 3:22 pm
Jan 21, 2004 at 11:54 pm -
ive NO experience with java. it would be nice to see an example of a webinterface, that implements lucene to have something to start with. thx, Sebastian ...
Sebastian Fey
Jan 28, 2004 at 4:43 pm
Jan 29, 2004 at 10:48 am -
Hello lucene-user, I tryed Luke to try to search in my Lucene database and discovered that when I try to select russian analyzer it shows me next error: ------ java.lang.NoSuchMethodException: ...
Ivan Kozlov
Jan 24, 2004 at 9:04 pm
Jan 26, 2004 at 9:08 am -
Strangely, the web site does not seem to list any vendors who provide incident support for Lucene. That can't be right, can it? Can anyone point me to organizations that would be willing to provide ...
Boris Goldowsky
Jan 29, 2004 at 5:05 pm
Jan 29, 2004 at 10:17 pm -
hy , i have 2 theorycal questions : i searched in the mailing list the R.I. model implemented in Lucene , but no precise answer. 1) What is the R.I model implemented in Lucene ? (ex: Boolean Model, ...
Nicolas Maisonneuve
Jan 18, 2004 at 7:31 pm
Jan 20, 2004 at 5:50 pm -
I have an application that is reading in XML files and indexing them. Each XML file is 3K-6K bytes. This application preloads a database that I will add to "on the fly" later. However, all I want it ...
Scott Smith
Jan 6, 2004 at 3:26 am
Jan 9, 2004 at 2:00 am -
Is the CJKAnalyzer the best to use for Japanese? If not, which is? If so, from where can I download it? Thanks. Michael Weir . Transform Research Inc. . 613.238.1363 x.114 This message may contain ...
Weir, Michael
Jan 29, 2004 at 6:04 pm
Feb 2, 2004 at 2:54 am -
Hi folks, I have some documents doc 1 == name="Palm Zire" doc 2 == name="Palm Zilion Zire" doc 3 == name="Palm Test" I will insert these docs in my index following the order doc 1, doc 2, doc3. If I ...
William W
Jan 16, 2004 at 7:14 pm
Jan 20, 2004 at 5:38 pm -
I'm looking at a lot of the code in Lucene... I assume Vector is used for legacy reasons. In an upcoming version I think it might make sense to migrate to using a LinkedList... since Vector has to do ...
Kevin A. Burton
Jan 21, 2004 at 10:33 am
Feb 20, 2004 at 3:42 am -
I'm constructing a query using queryparser as follows: Query query = QueryParser.parse("ariadne\-1", "default", new StandardAnalyzer()); when I print out query.toString(), i get: default:"ariadne 1" ...
Dmgoodstein
Jan 27, 2004 at 9:00 pm
Jan 28, 2004 at 4:37 am -
Hi, is that possible with lucene to use umlaut normalisation? For example Query: Hühnerstall -- Query: Huehnerstall. This ofcause includes that the document was indexed with normalized umlauts. This ...
Thomas Scheffler
Jan 27, 2004 at 3:54 pm
Jan 28, 2004 at 1:13 am -
does anyone have an example of using RAMDirectory during indexing and then copying the index into a FSDirectory? Herb... --------------------------------------------------------------------- To ...
Chong, Herb
Jan 26, 2004 at 3:53 pm
Jan 26, 2004 at 5:32 pm -
Hello all, I am new to the Lucene scene and have a few questions regarding the term boost physolophy: Is the term boost equal to a term weight? Example: If I boost a term with 0.2 does this mean the ...
Karl Koch
Jan 16, 2004 at 12:00 pm
Jan 16, 2004 at 4:50 pm -
I have some documents I'm indexing which have multiple languages in them (i.e., some fields in the document are always English; other fields may be other languages). Now, I understand why a query ...
Scott Smith
Jan 13, 2004 at 1:00 am
Jan 14, 2004 at 9:19 am -
Hi, I'm trying to create an index which can also be searched with date ranges. My first attempt using the Lucene date format ran in to trouble after my index grew and I couldn't search over more than ...
Tom wa
Jan 29, 2004 at 10:09 am
Feb 13, 2004 at 7:00 am -
Hi, I have to search the documents which are stored in postgres db. Can someone give a clue how to go about it? Thanks Ankur Goel Brickred Technologies B-2 IInd Floor, Sector-31 Noida,India ...
Ankur Goel
Jan 31, 2004 at 12:10 pm
Feb 1, 2004 at 2:14 pm -
and eHatcher Solutions would be happy to as well :)) I don't think that one can be in much better hands here :) Anyway, for mid-size to larger projects around the use of any search engines in Germany ...
Karsten Konrad
Jan 30, 2004 at 8:14 am
Jan 30, 2004 at 9:37 pm -
We have started using lucene as the indexer for messages on our website. We are seeing a problem where some index files seem to disappear (we've seen the segment file vanish as well as some others). ...
Scott Smith
Jan 28, 2004 at 8:50 pm
Jan 29, 2004 at 7:56 am -
Hi guys! i just downloaded the lucene software and start the tutorial simple = demo... i tried to execute the IndexFiles.java on a NetBeans envirement on = Windowx xp platform... i replaced args[0] ...
Othman el moulat
Jan 19, 2004 at 10:45 pm
Jan 24, 2004 at 12:55 am -
Hello all, it is obviously possible to index the follwoing XML structure in Lucene: <address <name/ <street/ <postcode/ <niceplace/ </address by mapping all the xml tags (name, street, postcode and ...
Theranger
Jan 16, 2004 at 1:18 pm
Jan 18, 2004 at 3:06 pm -
Hi Group, I have a little problem which is able of being solved easily from the expertise within this group. A index has beein generated. The document used looks like this: Document doc = new ...
Ambiesense
Jan 5, 2004 at 4:27 pm
Jan 5, 2004 at 6:48 pm -
If I have a group of documents and I want to filter on a category, it is fairly straightforward. I just create a Field that contains the category and filter on it. However, what if I want the field ...
Gabe
Jan 27, 2004 at 7:29 pm
Jan 28, 2004 at 10:45 am -
This is a question for lucene-user list...redirecting. Looks okay, except it doesn't look like real code. Also, you are catching Exception and only logging it. Maybe that exception hides the source ...
Otis Gospodnetic
Jan 6, 2004 at 11:46 am
Jan 25, 2004 at 7:35 am -
hy , i would like backup a index. 1) my first idea is to make a system copy of all the files but in the FSDirectory class, there is no public method to know where is located the directory. A simple ...
Nicolas Maisonneuve
Jan 15, 2004 at 1:10 pm
Jan 15, 2004 at 5:51 pm -
In my system indices are created and updated by multiple threads. I need to check if an index exists to decide whether to pass true or false to the IndexWriter constructor. new ...
David Townsend
Jan 14, 2004 at 5:51 pm
Jan 14, 2004 at 6:15 pm -
Hi all, I have a text field called ACTIVE_YEAR that stores (of course) a year like 2003. When I index this field I can see the number in my index (using Luke) but I can't search it. If I add a text ...
Patrick Kates
Jan 13, 2004 at 11:19 pm
Jan 14, 2004 at 3:58 pm -
I have two fields, call them FieldA and FieldB. I have a set of words I'm looking for in FieldA, call them A1 and A2. I have a different set of words for FieldB, call them B1 and B2. Now I want a hit ...
Scott Smith
Jan 13, 2004 at 12:50 am
Jan 14, 2004 at 12:07 am -
Hello all, I would like to get a word frequency list from a text. How can I archive this in the most direct way using Lucene classes? Example: I have a very long text. I parse these text with an ...
Ambiesense
Jan 13, 2004 at 12:26 pm
Jan 13, 2004 at 4:51 pm -
I am fairly new to Lucene and I have noticed a difference between Lucene 1.2RC1 (which came with our build of Cocoon) and the new Lucene 1.3Final. I am indexing about 400 very small documents, each ...
Weir, Michael
Jan 29, 2004 at 2:18 pm
Jan 29, 2004 at 5:11 pm -
thx for the infos, ill do some further reading about all this stuff. --------------------------------------------------------------------- To unsubscribe, e-mail: ...
Sebastian Fey
Jan 28, 2004 at 3:30 pm
Jan 28, 2004 at 3:48 pm -
Redirecting to lucene-user.... --- Jim Hargrave wrote: A and +A are not the same thing when you have multiple terms in a query. Maybe it should. QueryParser is not the smartest piece of code, ...
Otis Gospodnetic
Jan 23, 2004 at 6:16 pm
Jan 23, 2004 at 7:10 pm -
what effect and what recommendations are valid for Lucene 1.3? Herb.... --------------------------------------------------------------------- To unsubscribe, e-mail: ...
Chong, Herb
Jan 16, 2004 at 3:10 pm
Jan 20, 2004 at 5:46 pm -
hy, i would like to know in the IndexReader.document(int i) what is this number i ? if the the first document is the oldest document indexed and the last the youngest ? (so we can sort by date ...
Nicolas Maisonneuve
Jan 17, 2004 at 11:12 am
Jan 20, 2004 at 5:34 pm -
Hi all, Have a question concerning indexing of HTML files. One of the files I'm trying to index have a <input type="image" ... tag that also contain a call to a javascript with a string argument that ...
Syrén Per
Jan 20, 2004 at 12:27 am
Jan 20, 2004 at 12:32 am -
Hi all, lets say I have an index with documents encoded in two fields "filename" and "data". Is it possible to extract a file from which I know the filename directly from this index without ...
Karl Koch
Jan 18, 2004 at 4:15 pm
Jan 18, 2004 at 5:29 pm -
Hi all, why does the boolean query have a "required" and a "prohited" field (boolean value)? If something is required it cannot be forbidden and otherwise? How does this match with the Boolean model ...
Karl Koch
Jan 16, 2004 at 12:12 pm
Jan 16, 2004 at 1:42 pm -
Hello group, who knows other software projects (like Nutch) which are based and build around Lucene?? I think it can be quite interesting and helpful for new people to see and learn from examples... ...
Ambiesense
Jan 12, 2004 at 11:24 am
Jan 16, 2004 at 1:07 am -
Let me preface this by saying I am a total beginner to apache/java/tomcat/cocoon etc. I'm thankfully fluent in xml/xslt or this would be a nightmare. Anyway, I have been given the task to figure out ...
Pierce, Tania
Jan 15, 2004 at 4:35 pm
Jan 15, 2004 at 8:20 pm -
this should probably in the FAQ. what happens when i index tens of gigabytes of documents on a platform that doesn't support files larger than 2GB. does Lucene automatically stop merging index files ...
Chong, Herb
Jan 14, 2004 at 3:51 pm
Jan 14, 2004 at 7:58 pm -
Hi group, would it be possible to implement a Analyser who filters HTML code out of a HTML page. As a result I would have only the text free of any tagging. Is is maybe better to use other existing ...
Ambiesense
Jan 10, 2004 at 6:44 pm
Jan 10, 2004 at 8:31 pm -
I'd like to have the query score of one particular document, without cycling all the results. I've used a "id" field so I can select the doc, then I execute: QueryParser.parse("("+queryString+") AND ...
Fabio Gasparetti
Jan 30, 2004 at 4:33 pm
Jan 30, 2004 at 4:50 pm -
hi all I am using lucene in my web application. I am using 2 index directories. For the first time I will create index in index1 directory and next time I will create in index2. I will use flip-flop ...
Umamahesh bayireddya
Jan 30, 2004 at 1:03 am
Jan 30, 2004 at 2:42 pm -
Hi, I'm currently trying to get rid of query parser problems with stopwords (depending on the query, there are ArrayIndexOutOfBoundsExceptions, e.g. for stop AND nonstop where stop is a stopword and ...
Morus Walter
Jan 20, 2004 at 2:31 pm
Jan 21, 2004 at 4:07 pm -
Hello! Is there any idea how to achieve boosting terms in HTML-documents surrounded by HTML tags, such as <B , <H1 , etc.? Can it be done with use of existing API or reimplemeting or implementation ...
Alexey Maksakov
Jan 21, 2004 at 11:50 am
Jan 21, 2004 at 12:27 pm -
How can I get a list of all fields in an index from which I know only the directory string? Karl -- +++ GMX - die erste Adresse für Mail, Message, More +++ Bis 31.1.: TopMail + Digicam für nur 29 EUR ...
Karl Koch
Jan 18, 2004 at 5:10 pm
Jan 20, 2004 at 5:40 pm -
Hi, I'm using Lucene to index documents and I want just to limit the terms indexed by a list of terms provided by an Ontology. May someone help me to know how can I do that ? Thanks, GD ...
Gayo Diallo
Jan 19, 2004 at 7:05 am
Jan 19, 2004 at 10:35 am -
Hi all, I have a search method who is used by many programs with different queries. I therefore do not want to close the IndexSearch object to allow other programs to reuse it. Does this have any ...
Karl Koch
Jan 17, 2004 at 9:01 pm
Jan 18, 2004 at 9:02 pm -
Hello group, I would like to implement Relevance Feedback functionality for my system. in Lucene. We all know that Relevance Feedback has two fields, which are 1) Term Reweighting 2) Query Expansion ...
Karl Koch
Jan 17, 2004 at 2:33 pm
Jan 17, 2004 at 2:39 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 74 |
posts | 285 |
users | 80 |
website | lucene.apache.org |
80 users for January 2004
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)