Search Discussions
-
Hi, After running some tests using the StandardAnalyzer, and getting 0 results from the search, I believe I need a special Tokenizer/Analyzer. Does anybody have something that parses like the ...
Philip Brown
Sep 1, 2006 at 5:38 am
Sep 6, 2006 at 1:41 am -
Hi, How do people typically analyze/tokenize text with compounds (e.g. German)? I took a look at GermanAnalyzer hoping to see how one can deal with that, but it turns out GermanAnalyzer doesn't treat ...
Otis Gospodnetic
Sep 19, 2006 at 4:22 pm
Nov 21, 2006 at 10:24 pm -
i find lius many question ,,,,so i wanna give up and find new. who recommend ?
James liu
Sep 6, 2006 at 2:14 am
Sep 8, 2006 at 7:57 am -
Hi there, I need to make two changes to Lucene : - Scoring should take in consideration not only the relevance of the contents, but also two numerical values in other document fields. For example, ...
Gonçalo Gaiolas
Sep 5, 2006 at 10:54 am
Oct 27, 2006 at 3:21 pm -
Why does my query "french AND antiques" work the way I expect using this code: stemParser = new QueryParser("contents", stemmingAnalyzer); Query query = stemParser.parse(searchTerms); Hits docHits = ...
No spam
Sep 17, 2006 at 2:02 am
Sep 18, 2006 at 1:48 am -
Hi, I'm having a weird problem: I created an index using IndexWriter. Then I had a piece of code which searches the index, then print out a particular field of the first document of the hits.(See the ...
Huinan
Sep 13, 2006 at 8:33 am
Sep 13, 2006 at 8:29 pm -
Hello, java-user. I have a set of documents with two fields: 1. "summary" which is tokenized, stored. it contains some text 2. "date", which is untokenized, stored. it contains seconds from epoch ...
Yura Smolsky
Sep 25, 2006 at 8:39 am
Sep 30, 2006 at 1:20 am -
Hi We are seeing intermittent problems with searches that use sorted fields (in lucene 1.4.3). If we add the fields to our Documents as 'unstored' then we start to see results that have been sorted ...
Alan Boshier
Sep 14, 2006 at 3:43 pm
Sep 15, 2006 at 5:08 am -
Hi all, I like to know if it is possible to let make Lucene Suggestions while the user types in the search query. Like in Google Suggest: http://www.google.com/webhp?complete=1&hl=en I just need to ...
Mark Müller
Sep 15, 2006 at 12:04 pm
Sep 16, 2006 at 7:07 pm -
Hey Anyone have a search result highlighter example? I have various doc, PDFs, DOC, TXT, PPT, and I would like to show a highlight, similar to how google does it... tia
Mag Gam
Sep 7, 2006 at 10:38 pm
Sep 12, 2006 at 1:13 pm -
Hi Has anybody seen a solution that will store Lucene indexes in a database using Hibernate?. Basically a HibernateDirectory so I can store and retrieve the indexes from a database? Regards, Néstor ...
Néstor Boscán
Sep 7, 2006 at 8:49 pm
Sep 12, 2006 at 5:19 pm -
Hi, I'm new to lucene and I'm interesting in highlighting. I want to extract the Best Fragment (passage) from a text file. When I use the following code I take the first fragment that contains my ...
Stelios Eliakis
Sep 23, 2006 at 9:39 am
Aug 4, 2011 at 6:34 am -
Hi, I was getting very bad results for some queries & after a little research & a lot of searching on the mailing list, I have the following information. Could someone please help me figure out whats ...
Mek
Sep 25, 2006 at 10:28 am
Oct 2, 2006 at 5:53 pm -
Hi, I have seen some sort examples in LIA. But cant find what I am looking for. How do I sort document by date, AND for all the documents with the same date ... these are sorted by relavency. (Date ...
KEGan
Sep 29, 2006 at 12:10 pm
Oct 1, 2006 at 5:37 am -
Hi, Lucene has itself volatile caching mechanism provided by a weak HashMap. Is there a possibilty to serialize the Hits Object? I think of a HashMap that for each found result, caches the first 100 ...
Gaston
Sep 26, 2006 at 6:18 pm
Sep 27, 2006 at 8:58 am -
Dear all, I am trying to index a Xml file which has 6MB size. Does lucene support the big document size. What is the limit of lucene Max file size to index. Because when i check and trying to search ...
Aslam bari
Sep 15, 2006 at 9:09 am
Sep 15, 2006 at 1:28 pm -
hi, The following words are quoted from "lucene in action": "There are a couple of implementation approaches: 1. Keep the original Hits and IndexSearcher instances available while the user is ...
Jacky
Sep 6, 2006 at 4:57 am
Sep 6, 2006 at 9:58 am -
Hi, I wonder if anyone here knows if there is a 'smart' text pattern finder, ideally written in Java. The library I'm looking for should be able to 'guess' the category of the particular text on the ...
Vladimir Olenin
Sep 26, 2006 at 1:51 am
Nov 24, 2006 at 10:56 am -
Hello, I have just downloaded LUCENE. I am not an expert in Java. Could someone lead me in the first few steps.. Thank you
S R
Sep 19, 2006 at 6:45 pm
Sep 20, 2006 at 1:17 pm -
Is it possible for me to store the number of occurances of a token in a particular document or a collection of documents? Regards, Venkateshprasanna -- View this message in context: ...
Venkateshprasanna
Sep 13, 2006 at 7:30 am
Sep 13, 2006 at 7:48 pm -
Hi, I am using code in http://mail-archives.apache.org/mod_mbox/lucene-java-user/200605.mbox/%3CBED850C725E74F47A0F69CC0EE9AB64D02BA6A9C@CORPUSMX40B.corp.emc.com%3E for wildcard search in phrase but ...
Luke Tan
Sep 7, 2006 at 11:41 am
Sep 9, 2006 at 2:10 am -
Hi, I'm using Lucene to search a product database (CDs, DVDs, games and now books). Recently that index has increased in size to over a million items (added books). I have been performance testing ...
Rob Young
Sep 27, 2006 at 4:51 pm
Sep 29, 2006 at 5:12 pm -
Hi all, How to put limit in lucene that "dont return me any document which has score less than 0.25" Thanks. Bhavin pandya
Bhavin Pandya
Sep 19, 2006 at 8:29 am
Sep 19, 2006 at 9:21 pm -
While looking at the example's Index and Search code, I have noticed in the search, there is a : out.println (doc.get ("path")); I am not sure how is "path" is getting into the index. If you take a ...
Mag Gam
Sep 16, 2006 at 4:32 pm
Sep 17, 2006 at 9:17 pm -
Hi Eric/Usergroup, I am working on a help content index-search project based on Lucene. One of my requirements is to search for a particular text in the content of files from specific directories. ...
Pramodh Shenoy
Sep 12, 2006 at 3:25 pm
Sep 13, 2006 at 8:40 am -
hi, 1. Is there an effect method to check if there exists the same field(hold a unique ID) when added into lucene index database? Make a search for this field? 2. Is there an effect method to check ...
Jacky
Sep 8, 2006 at 6:23 am
Sep 11, 2006 at 1:06 pm -
Hi, Can this be use to search year 2000, 2001, 2002, ... 2009? SpanFirstQuery snq = new SpanFirstQuery(new SpanRegexQuery(new Term("year", "200?")), 1); I need to use it to search something like Who ...
Luke Tan
Sep 9, 2006 at 12:50 am
Sep 10, 2006 at 1:09 pm -
With all the parsers I have tried a space in a query, such as doing a search for "sales manager", interprets the space as an OR, is there a way to change it so that it interprets a space as an AND? ...
Chris Salem
Sep 5, 2006 at 9:35 pm
Sep 6, 2006 at 6:50 pm -
Hello, a simple, stupid question to the friendly mailinglist: How do you have to define the query-string to get all documents of an index be returned by using the QueryParser? In theory a query like ...
Lude
Sep 4, 2006 at 8:33 pm
Sep 5, 2006 at 9:55 am -
Hey all, I am using the StandardAnalyzer with my own list of stop words (which is more comprehensive than the default list), and my expectation was that this would omit these stop words from the ...
Jason Polites
Sep 2, 2006 at 1:05 pm
Sep 4, 2006 at 7:17 am -
United Rentals Consider it done.™ 800-UR-RENTS unitedrentals.com
Van Nguyen
Sep 26, 2006 at 1:11 am
Nov 30, 2006 at 12:12 am -
Hi i am looking for a analyzer that chops a given string into its n-grams. Basically, I want to index 3-grams and more upto the limit of a word. Can anybody tell me if there is any analyzer is ...
Heritrix.lucene
Sep 22, 2006 at 8:49 am
Nov 21, 2006 at 10:55 pm -
Hello, I am creating an index using a RAMDirectory, and am running across a situation where when I call IndexSearcher.addDocument it throws a NullPointerException. I'll provide the stack trace first, ...
Ryan Heinen
Sep 28, 2006 at 9:56 pm
Oct 6, 2006 at 5:53 pm -
Hi, I have bought the Lucene In Action Book for more than a year now, and was using Lucene 1.x during that time. Now, I have a new project with Lucene and Lucene is now 2.0. Many APIs seems to have ...
KEGan
Sep 26, 2006 at 7:32 pm
Sep 27, 2006 at 1:45 pm -
Hi All, I need to delete from the index where 2 terms are matching, rather than just one term. For example, IndexReader reader = IndexReader.open(dir); Term[] terms = new Term[2]; terms[0] = new ...
Josh Joy
Sep 27, 2006 at 2:04 am
Sep 27, 2006 at 12:03 pm -
Hi all, For example, if I have a document with two fields text and num like this: ---------------- text:foo bar 1 num:1 ---------------- When users query "foo", I changed the query to "text:foo AND ...
Zhu jiang
Sep 26, 2006 at 4:51 am
Sep 26, 2006 at 10:51 am -
Hi All, I have been using the Lucene 2.0 distro Index to index my files, currently it indexes filepath and contents. I want to index, lastModified() (Returns the time that the file denoted by this ...
Mag Gam
Sep 22, 2006 at 4:50 pm
Sep 22, 2006 at 7:46 pm -
Hello, java-user. Does anyone here uses ParallelMultiSearcher for searching big arrays of data? I have some questions about PrefixQuery search.. Thanks in advance. -- Yura Smolsky, ...
Yura Smolsky
Sep 21, 2006 at 3:37 pm
Sep 22, 2006 at 1:30 pm -
Hi, Couple of people mentioned here SOLR as a 'new' Lucene based search server. But NUTCH is also Lucene based. Also, there is an OpenSymphony initiative called 'Compass', which is rather an ...
Vladimir Olenin
Sep 20, 2006 at 2:22 am
Sep 20, 2006 at 4:45 pm -
I was trying to print out the score explanation by a DisjunctionMaxQuery. Though there is a hit score 0 for the results, there is no detailed explanation. Am I doing something wrong? In the following ...
Find Me
Sep 19, 2006 at 7:21 pm
Sep 19, 2006 at 7:55 pm -
4
Versions
Hi all, I've been looking through the documentation in the official web-site, and the Javadoc belongs to v2.1, that I could not find anywhere, anyone has a clue about where to find it or when will it ...Luis Rodrigo Aguado
Sep 18, 2006 at 10:47 am
Sep 18, 2006 at 3:34 pm -
Right now Lucene has an accent filter (ISOLatin1AccentFilter) that remove accents on ISO-8859-1 text. What about a UTF8AccentFilter? Is it planned to add such a filter (which would be very useful, as ...
Michael Imbeault
Sep 12, 2006 at 7:57 pm
Sep 14, 2006 at 5:49 pm -
Hi All, I am trying to get the exact date when my index was created. I am assuming getCurrentVersion() is the right way of doing it. However, I am getting a result something like this: 1157817833085 ...
Mag Gam
Sep 9, 2006 at 4:13 pm
Sep 12, 2006 at 5:57 pm -
hi, Today I found a funny thing, if "create" parameter in IndexWriter set false, and there is no index Segements in the Directory before, then an IOException will be thrown. I am confused that why ...
Jacky
Sep 7, 2006 at 6:04 am
Sep 8, 2006 at 2:17 am -
Hi... I was just looking at the IndexModifier class, which seems like a nice consolidation for some of our operations. There is one question I have though. The class says that it internally contains ...
Mark Modrall
Sep 29, 2006 at 12:54 pm
Sep 29, 2006 at 8:55 pm -
I'm using Lucene since several year. We had to index allways more documents. I'm now trying to optimise the index process with more than 1.000.000 documents and I can see that the performance will ...
Eric Louvard
Sep 28, 2006 at 2:11 pm
Sep 29, 2006 at 12:49 am -
hi, When writing into an index, lucene will create a write lock file. So, if there is an error during the writing. the lock file will not be deleted. And also the JVM will not be closed for some ...
Jacky
Sep 27, 2006 at 7:03 am
Sep 28, 2006 at 1:54 am -
Hi all, I have a problem with a lucene-based application I am trying to build. The application is mainly search oriented, and the core of the index is built in a batch process before starting the ...
Luis Rodrigo Aguado
Sep 27, 2006 at 9:08 pm
Sep 27, 2006 at 9:49 pm -
Hi All, How can i make my search so that if i am looking for the term "counting" the documents containing "accounting" must also come up. Similarly if i am looking for term "workload", document s ...
Heritrix.lucene
Sep 23, 2006 at 9:13 am
Sep 27, 2006 at 7:45 am -
Hi. I couldn't find the answer to this question in the mailing list archive. In case I missed it, please let me know the keyword phrase I should be looking for, if not a direct link. All the 'Lucene' ...
Vladimir Olenin
Sep 26, 2006 at 9:38 pm
Sep 26, 2006 at 11:26 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 121 |
posts | 572 |
users | 138 |
website | lucene.apache.org |
138 users for September 2006
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)