Search Discussions
-
Hi, I can sort the search results by distance now. But, the relevance is lost. I like to have the results sorted by relevance + distance, i.e., relevance first; for results of similar relevance, ...
James Huang
Sep 17, 2005 at 8:10 pm
Sep 20, 2005 at 7:14 pm -
Hi, I am indexing emails through Lucene. The body of the mails is stored in an ''Unstored" field. I also have a search interface setup which returns me all Documents matching my query. What i need is ...
Anand Kishore
Sep 23, 2005 at 11:40 am
Sep 26, 2005 at 10:52 am -
Hello All, I am getting some weird time results when retrieving documents back from a hits object. I am just timing this bit of code: Hits hits = searcher.search(query); long startTime = ...
Richard Krenek
Sep 8, 2005 at 10:03 pm
Sep 9, 2005 at 1:41 pm -
Is there any way to use the contents of the SQL database as source for Lucene search engine? Is there any example applications or workarounds to do that? -- Eugene N Dzhurinsky ...
Eugeny N Dzhurinsky
Sep 29, 2005 at 12:34 pm
Sep 30, 2005 at 4:32 pm -
Hi, I have a project seed in my mind. I will try to collect everything which have a possibility to be remembered by me some day, and I will index them with Lucene. Instead of using simple keywords, I ...
Ahmet Aksoy
Sep 23, 2005 at 2:23 pm
Sep 27, 2005 at 3:59 am -
Hi, I'd like to go in details regarding issues that occurs when you want to index and search contents in multiple languages. I have read Lucene in Action book, and many thread on this mailing list, ...
Olivier Jaquemet
Sep 5, 2005 at 8:44 am
Sep 6, 2005 at 5:46 pm -
Hello I'm having some problems indexing my UTF-8 html pages. I am running lucene on Linux and I cannot understand why does the index generated depends on the locale of my operating system. If I do ...
John Cherouvim
Sep 29, 2005 at 10:46 am
Oct 3, 2005 at 4:04 pm -
It would be great if it also separated "UpperCamelCase" and "lowerCamelCase" words into both the different words, and one long word. Several uppercase, followed by lowercase, would most probably be ...
Endre Stølsvik
Sep 22, 2005 at 8:37 am
Sep 27, 2005 at 4:45 pm -
I know there have been some posts discussing how to integrate Lucene with Derby recently. I've added an example project that works with both HSQLDB and Derby here: ...
Markharw00d
Sep 17, 2005 at 12:27 am
Sep 19, 2005 at 8:44 am -
Can anyone tell me how I can load lucene on to a blackberry. I would really like to load it into there JDE and run it on the simulator so as much help you can provide would be greatly appreciated. ...
Christopher may
Sep 14, 2005 at 2:42 pm
Sep 16, 2005 at 12:06 am -
One of the things I'm currently looking into is different ways to approach the more general problem of "filtering by score" in the specific case of BoolenQueries that have a large number of optional ...
Chris Hostetter
Sep 9, 2005 at 12:07 am
Sep 12, 2005 at 6:07 pm -
I want to sort results by some field. Of cause i can fetch all results and then sort them in memory but this is bad way... --------------------------------------------------------------------- To ...
Wi
Sep 21, 2005 at 3:20 pm
Sep 21, 2005 at 9:28 pm -
Suppose I have a book index with field="publisher", field="title", etc. I want to search for books only from "Manning", do I have to do anything special? how? Thanks, -James
James Huang
Sep 15, 2005 at 4:12 pm
Sep 16, 2005 at 4:43 pm -
I'm encountering some unexpected behavior teeing up multiple Hits objects from a searcher, and I think I'm missing something obvious. Hoping a second pair of eyes might see what I'm missing. Here's ...
Jeff Rodenburg
Sep 13, 2005 at 11:23 pm
Sep 15, 2005 at 8:57 am -
Hi, We are running into performace problem as we use lucene. Everything worked fine till yesterday and today when we starte performance testing we saw an error. Here are the details of the error ...
jaina (sent by Nabble.com)
Sep 2, 2005 at 2:30 am
Sep 2, 2005 at 4:33 am -
Hi, I'm working in an industry which is fairly time sensitive, and older documents are inherently less valuable. I'd like to be able to "weight" the score of search results, so that older documents ...
Tim Wright
Sep 16, 2005 at 1:43 pm
Oct 5, 2005 at 4:09 am -
Hi, I have many indices, one for each language, each one has been indexed using a specific analyzer. I want to search in all my indices, but I still want/need to use the same analyzer that has been ...
Olivier Jaquemet
Sep 13, 2005 at 1:46 pm
Sep 14, 2005 at 4:06 pm -
Hi again, I'm using highlighter to highlight terms in Japanese text, but I cannot get preferable output. If I use StandardAnalyzer or SnowballAnalyzer w/ English, getBestFragment() returns preferable ...
Koji Sekiguchi
Sep 6, 2005 at 2:27 am
Sep 6, 2005 at 11:23 am -
Hello, I am trying to do some complex queries such as: [Field contents] The movie Napoleon Dynamite is a movie about a kid named Napoleon who has no Dynamite. [Query] "Napol* Dynamite" near ...
Sean O'Connor
Sep 4, 2005 at 6:42 pm
Sep 5, 2005 at 7:04 pm -
Hi If I add a Field with a date to all my indexed documents... how can I then search and only get the hits where the date Field is between two specified dates?? Thank you in advance! Filip ...
Filip Anselm
Sep 3, 2005 at 8:16 pm
Sep 4, 2005 at 5:01 pm -
Hello, there are conflicts with dates that pass this line. For one of our projects, we will need to be able to move past Jan 1, 1970 date as far as 1857. Is there any workaround this? Thanks, Renaud ...
Renaud Richardet
Sep 28, 2005 at 2:54 pm
Sep 29, 2005 at 10:55 am -
Hi, I'm facing an issue with sounds-like queries. I've experimented with both Apache Codec & the Phonetix library from Tangentum Technologies ...
Jayakumar.V
Sep 18, 2005 at 10:56 am
Sep 28, 2005 at 2:03 pm -
This sounds like another "group by" totalling question. See the generic "group by" totalling code I posted here: http://marc.theaimsgroup.com/?l=lucene-dev&m=111044178212335&w=2 In your example there ...
Mark harwood
Sep 15, 2005 at 9:40 am
Sep 26, 2005 at 6:33 pm -
Could someone tell me how to use the StandardTokenizer properly ? I thought that if the tokenizer.getNextToken() returns null, then it is the end of stream. I have a loop that tries to get the next ...
Beady Geraghty
Sep 21, 2005 at 3:02 pm
Sep 22, 2005 at 4:24 am -
Hi I am using lucene to index all my data, and it is working just great. I will now add search to a web application, so the index can actually be used, not just sit there. I know how to to this, but ...
Magne Skjeret
Sep 20, 2005 at 6:23 am
Sep 21, 2005 at 6:55 pm -
You can store the values as a coma separated string (which then you'll need to parse manually back to a HashMap) -----Original Message----- From: Tricia Williams Sent: Tuesday, September 20, 2005 ...
Mordo, Aviran (EXP N-NANNATEK)
Sep 20, 2005 at 7:25 pm
Sep 20, 2005 at 8:47 pm -
Hi guys, I have some problem while searching using Lucene. Say I have some thing like "tirupathireddy" or "venkatreddy" in the index. When i search for string "reddy" I have to get those things (i.e. ...
Tirupathi reddy
Sep 15, 2005 at 4:11 pm
Sep 16, 2005 at 10:05 pm -
...well the title says it all I index some documents - all with the same fields... One of the fields, "id" is unique for the indexed documents. If i try to index a document with an id, that is ...
Filip Anselm
Sep 10, 2005 at 10:47 pm
Sep 11, 2005 at 6:44 pm -
Hi Youngho, --- Youngho Cho wrote: I recall the discussion, but not the conclusion. :( However, RAMDirectory is not Serializable currently, so the answer is probably negative. Otis . . . . . . . . . ...
Otis Gospodnetic
Sep 9, 2005 at 3:33 pm
Sep 10, 2005 at 2:11 am -
The problem is that when searching there is no real save point to stop the thread. The only line that takes time is this one: Hits hits = searcher.search(query); Frank ...
Kunemann Frank
Sep 8, 2005 at 11:26 am
Sep 9, 2005 at 9:08 am -
Hello, While searching if I enter one or two characters. It founds lot of results as I can say almost all and at that time it is giving the following error. 8028 total matching documents caught a ...
Tirupathi reddy
Sep 28, 2005 at 10:50 am
Oct 11, 2005 at 9:37 am -
Hi. I have a very technical question. I need to alter document score (or in fact: document boosts) for an existing index, but for each query. In other words, I'd like these to have pseudo-queries of ...
Dawid Weiss
Sep 28, 2005 at 2:26 pm
Sep 29, 2005 at 12:51 pm -
hello, I am using the following code to index text files. InputStream is = new FileInputStream(pdf); DefaultStyledDocument styledDoc = new DefaultStyledDocument(); try { new RTFEditorKit().read(is, ...
Tirupathi reddy
Sep 26, 2005 at 5:50 pm
Sep 26, 2005 at 8:08 pm -
I noticed you posted links to bits of code below. How and when will these be made part of the svn trunk? It seems universally useful and I think should be the default behaviour. Peter Gelderbloem ...
Peter Gelderbloem
Sep 22, 2005 at 9:46 am
Sep 26, 2005 at 12:59 pm -
Hi, today we talk about the pronunciation of Lucene. So... i'm from Germany. And the pronunciation of Lucene we use here is like it would be a Frensh word. That means we don't pronounce the "e" in ...
Dozean
Sep 23, 2005 at 6:58 pm
Sep 23, 2005 at 7:50 pm -
Hello, How the hits are ranked in default case. If I have say some query like this: title:"measurement procedure" AND id:ep6289* Say I have some 10 documents matched with that query, how my hits will ...
Tirupathi reddy
Sep 20, 2005 at 8:04 pm
Sep 20, 2005 at 8:43 pm -
Hello, I am using Lucene for for searching in my application. My application needs prefix wildcard search also. But Lucene doesn't support this. So I changed in the QueryParser.jj file FROM: ...
Tirupathi reddy
Sep 19, 2005 at 8:41 am
Sep 19, 2005 at 6:33 pm -
Please forgive this low tech question, but I'm wondering if Lucene is an appropriate solution for a challenge I'm facing. I need a quick look up method for a growing list of customers in a database ...
James Reynolds
Sep 14, 2005 at 12:27 am
Sep 15, 2005 at 8:08 am -
How do you pronounce Plucene, a Perl port of Lucene? I think we can pronounce it as [p-lucene] or [plucene]. -- Cheolgoo --------------------------------------------------------------------- To ...
Cheolgoo Kang
Sep 9, 2005 at 10:24 am
Sep 10, 2005 at 2:14 am -
Hello, I have an index into which documents get added and updated (by deleting and adding). When I run queries on the index these have to take into account all changes on the index so I open a new ...
Paul Illingworth
Sep 7, 2005 at 8:41 am
Sep 8, 2005 at 9:01 am -
I believe I have heard that Span queries provide some way to access document offset information for their hits somehow. Does anyone know if this is true, and if so, how I would go about it? ...
Sean O'Connor
Sep 6, 2005 at 6:21 am
Sep 7, 2005 at 5:33 am -
Hi! I learnt from a mailing list archive that the following applies: <quote --------------------------------- Tue, 06 Jan 2004 [...] I have a index with documents that have only 2 fields, the first ...
Alberto Squassabia
Sep 26, 2005 at 10:47 pm
Sep 27, 2005 at 4:43 pm -
Hi, Is 'Analyzing' same as 'Tokenizing'? When we say the Keyword field is not analyzed, but indexed and stored, does it indicate it is not tokenized as well? That means inorder to find a query match ...
Anand Kishore
Sep 27, 2005 at 5:59 am
Sep 27, 2005 at 4:20 pm -
Hi, I plan to use lucene to index documents in multiple languages (ie. each document in more than one European language) as follows. Index: - Before indexing find the language of the document (using ...
Shashikant Kore
Sep 26, 2005 at 5:51 pm
Sep 27, 2005 at 12:06 pm -
I use lucene to index a key word with date object. When I search document, how could I process the searching result for that field? For example: index date with Field field = Field.Keyword("created", ...
Haipeng du
Sep 20, 2005 at 2:45 pm
Sep 20, 2005 at 5:09 pm -
Hi folks, I'd like to add seach functionality to a homegrown webapp I'm building that will store and display news articles. I've been looking through the Lucene Wiki, FAQ and tutorials and it looks ...
Kevin Stembridge
Sep 18, 2005 at 8:45 pm
Sep 19, 2005 at 6:22 am -
Hello, this question seems to have occured in the mailing list before but I wasn't able to find a satisfying answer. So please excuse if I'm asking something that has already been discussed. My ...
Matthias Bräuer
Sep 16, 2005 at 7:51 pm
Sep 17, 2005 at 8:02 am -
am new to Lucene. I don't seem to be able to find the answer to my question from the archive. I hope to get some help with my problem. I have : Document doc = new Document(); doc.add( Field.Text( ...
Beady Geraghty
Sep 15, 2005 at 3:29 am
Sep 15, 2005 at 1:35 pm -
Hi, I am new to Lucene and looking at some existing Lucene code.... I am confused about the relationship ( if any ) between org.apache.slide.extractor.PDFExtractor methods and org.PDFBox.cos methods ...
Rod Madden
Sep 12, 2005 at 3:51 pm
Sep 12, 2005 at 4:34 pm -
Is there a way to tell Lucene to restrict proximity searches to just one field? This would mimic the BRS/Search SAME-operator, which I use very often. For example, given this data: author: a b c ...
Martin Malmsten-2
Sep 4, 2005 at 10:31 pm
Sep 5, 2005 at 10:05 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 139 |
posts | 526 |
users | 142 |
website | lucene.apache.org |
142 users for September 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)