Search Discussions
-
Whoops! Seems like I need better QA for my test-code. I didn't use individual searchers for each thread when I thought I was. The slight penalty wrongly observed must have been due to measurement ...
Toke Eskildsen
Jan 17, 2008 at 10:32 am
Feb 22, 2008 at 1:55 pm -
Hi, I have to index (tokenized) documents which may have very much pages, up to 10.000. I also have to know on which pages the search phrase occurs. I have to update some stored index fields for my ...
Spring
Jan 9, 2008 at 9:40 pm
Feb 15, 2008 at 4:07 pm -
Hi, I noticed that Wikia search goes live today (see http://www.devxnews.com/article.php/3719906). Does anybody know where I could find more technical information about their solution? Are they going ...
Lukas Vlcek
Jan 7, 2008 at 12:49 pm
Jan 8, 2008 at 10:54 pm -
I want to retain the older index. I dont want to delete the older index. Please help me. Does the recent release has the option to update the indexes without deleting it. I am ruuning the indexer on ...
Anjana m
Jan 25, 2008 at 8:05 am
Feb 21, 2008 at 5:30 pm -
Hi! Is there are particular reason why CachingWrapperFilter caches per IndexReader and not per IndexReader.directory()? If there are multiple IndexSearcher/IndexReader instances (and only one ...
Timo Nentwig
Jan 1, 2008 at 4:58 pm
Jan 13, 2008 at 2:48 am -
Hi: I have seen the post in http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg12700.html and I am implementing a similar application in a distributed enviroment, a cluster of nodes only 5 ...
Ariel
Jan 9, 2008 at 1:51 pm
Jan 11, 2008 at 5:31 am -
I couldn't find the url to the lucene maven repo if there's one. There is an old version in the glabal maven repo (1.4.2, i think), but I need 2.2.0. Thanks -- View this message in context: ...
Tgospodinov
Jan 3, 2008 at 4:26 pm
Jan 3, 2008 at 8:48 pm -
Hi all: We have a large index and it is difficult to reindex. We want to add another field to the index without reindexing, e.g. just create a new inverted index, dictionary files etc. How feasible ...
John Wang
Jan 31, 2008 at 12:43 am
Feb 4, 2008 at 12:11 pm -
Dear all, Let's assume I have a phrase query and a document which contain the phrase but also it contains separate occurrences of each query term. How does the highlighter know that should only ...
Marjan Celikik
Jan 9, 2008 at 8:14 pm
Jan 10, 2008 at 4:18 pm -
I've been poking around the list archives and didn't really come up against anything interesting. Anyone using Lucene to index OCR text? Any strategies/algorithms/packages you recommend? I have a ...
Renaud Waldura
Jan 25, 2008 at 1:43 am
Jan 29, 2008 at 9:51 am -
Hi all. Lucene latest version - 2.3.0 says that the default behaviour of flushing from memory to file-system based index is based upon RAM usage - with 16 MB being the default value. Fine. Works for ...
Ajay_garg
Jan 30, 2008 at 4:13 am
Feb 4, 2008 at 5:00 am -
Hello, How do I delete a specific document from an indexwriter? I understand there is deleteDocuments(term) which deletes all the documents matching the term. But what if I want to delete a document ...
Cam Bazz
Jan 18, 2008 at 2:23 pm
Jan 22, 2008 at 10:08 am -
Hi All, I was searching my index with sorting on a field called "Label" which is not tokenized, here is what came back: Extended Sites Catalog Asset Store Extended Sites Catalog Asset Store SALES ...
Alex Wang
Jan 11, 2008 at 4:40 pm
Jan 15, 2008 at 11:00 pm -
Hi, looking into the code of IndexMergeTool I saw this: IndexWriter writer = new IndexWriter(mergedIndex, new SimpleAnalyzer(), true); Then the indexes are added to this new index. My question is: ...
Spring
Jan 16, 2008 at 12:49 pm
Jan 30, 2008 at 8:10 pm -
Hi again, Today we are hosting a 300 million large search index without any problems in a lucene environment, with just some customization in the lucene api for ranking etc... So we are really ...
Marcus Falk
Jan 16, 2008 at 5:28 pm
Jan 20, 2008 at 6:38 am -
Hi all, I have a query related to using filters. My search would something like this: title:java* +pricerange:[00100 TO 01000] +daterange:[20000101 TO 20071231] which retrieves all books with title ...
Rakesh Shete
Jan 2, 2008 at 7:29 pm
Jan 5, 2008 at 12:07 am -
Hi, I've tried the "fair" similarity described here (http://www.nabble.com/a-%22fair%22-similarity-to5806739.html#a5806739) with lucene 2.2 but it does not seems to work. I've attached the custom ...
Fabrice Robini
Jan 21, 2008 at 4:37 pm
Jan 24, 2008 at 8:45 am -
8
How?
Hi guys, Some problems confuse me. When I would like to index some data from a table in database. While I create the index on this table, the searching job keeps going . How can I work out it? By the ...Coolgeng coolgeng
Jan 15, 2008 at 3:47 am
Jan 17, 2008 at 10:18 am -
Hello; I like to use lucene as a graph store. The graph representation is a list of edges. Consider the code below: final int commitCount = 16 * 1024; final int numObj = 1024 * 1024; Analyzer ...
Cam Bazz
Jan 15, 2008 at 12:18 pm
Jan 16, 2008 at 8:07 am -
Hi, are there any ready to use tools out there which I can use for merging and optimzing? I have seen that Luke can optimize, but not merge? Or do I have to write my own utility? Thank you ...
Spring
Jan 13, 2008 at 5:12 pm
Jan 15, 2008 at 12:49 pm -
Hi, I have a requirement to filter out documents by date range. I'm using RangeFilter (in combination to FilteredQuery) to do this. I was under the impression the filtering is done on documents, thus ...
Vivek sar
Jan 20, 2008 at 1:07 am
Jan 24, 2008 at 10:58 am -
Hi , I want to construct a query from string. how can I do it?? Actually i saved a query(a boolean query) as string (using query.toString()). Is there a way to reconstruct the query from the string i ...
Prabin meitei
Jan 16, 2008 at 9:23 am
Jan 17, 2008 at 4:04 pm -
I need to write lucene query something similar to SQL self joins. My current implementation is very primitive. I fire first query, get the results, based on the result of first query I fire second ...
Sachin
Jan 8, 2008 at 12:23 pm
Apr 14, 2009 at 4:13 pm -
I'd like to be able to guarantee that a search will finish in (approximately?) N seconds. This seems like a generally applicable goal for the project. It would be nice to not have to worry about ...
Kyle Maxwell
Jan 31, 2008 at 6:50 pm
Feb 8, 2008 at 3:10 pm -
Hi, how do I get the TermVector from a document which I have gotten from an IndexSearcher via IndexSearcher#search(Query q). Luke can do it, but I do not know how... Thank you. ...
Spring
Jan 28, 2008 at 2:28 pm
Jan 29, 2008 at 12:45 pm -
Hello, How do we get the TermEnum trick? I could not figure it out. basically, I have a field called category, and I like to learn what different values the category field takes. (sort of like unique ...
Cam Bazz
Jan 25, 2008 at 3:25 pm
Jan 25, 2008 at 9:20 pm -
Hi, We are using Lucene 2.2. We have an index of size 70G (within 3-4 days) and growing. We run optimize pretty frequently (once every hour - due to large number of index updates every min - can be ...
Vivek sar
Jan 18, 2008 at 9:32 am
Jan 20, 2008 at 12:53 pm -
Does Lucene spell checker have the ability to suggest splitting of combined words. So for e.g. if I have got the word "apple" and "computer" in my index and if I type "applecomputer" then how can I ...
Solr_user
Jan 14, 2008 at 6:48 pm
Jan 16, 2008 at 7:56 am -
Hi, I have some doubts about Analyzer usage. I read that one shall always use the same analyzer for searching and indexing. Why? How does the Analyzer effect the search process? What is analyzed here ...
Spring
Jan 13, 2008 at 5:09 pm
Jan 14, 2008 at 3:22 pm -
Is it possible to sort on a tokenized field? For example, I break email address into pieces, i.e. michael.prichard@email.com becomes michael.prichard@email.com michael.prichard michael prichard ...
Michael Prichard
Jan 8, 2008 at 6:24 pm
Jan 8, 2008 at 9:42 pm -
Hi everyone, I'm trying to use the Lucene 2.2.0 in my webpage, I would like to create a simple websearch field/function in my site. I'm intalled the example of Lucene, but, there is only a Search ...
Jesiel Trevisan
Jan 2, 2008 at 12:07 pm
Jan 3, 2008 at 5:17 am -
Hello folks, We're trying to use Lucene's scoring to do a fairly basic thing: give a document (in this case, we index "articles") a boost based on an integer value that we know at index-time. We want ...
Mike Grafton
Jan 30, 2008 at 6:47 pm
Jan 31, 2008 at 5:50 pm -
Hi, Has anyone tried Luke v0.7.1 with the latest Lucene build, v2.3? I'm getting "Unknown format version: -4" error when opening Lucene 2.3 index with Luke 0.7.1. Is there any upgraded version of ...
Vivek sar
Jan 29, 2008 at 11:25 pm
Jan 31, 2008 at 1:31 pm -
Hi, I see a lots of thread about apostrophe not being considered a separator and I see lots of french people complaining about that (I also complain since I am french ;) ). My question is "what is ...
Christophe blin
Jan 29, 2008 at 10:43 am
Jan 29, 2008 at 4:11 pm -
I am trying to 'muck' with document scores from Lucene. I have certain business rules where I have a field named 'domainScore' within my index. The 'domainScore' value is a float. What I want to do ...
Briggs
Jan 28, 2008 at 5:34 pm
Jan 29, 2008 at 2:02 pm -
Hi all, I've been tracking down a problem happening in our production environment. When we switch an index after doing deletes & adds, running some searches, and finally changing the pointer from old ...
Michael Stoppelman
Jan 25, 2008 at 3:42 am
Jan 27, 2008 at 8:44 pm -
I'm trying to index information related to Olap Cubes. Each cube I'm trying to model it like a document. The cube have the following information: ID - Unique identifier for the cube Name - Name of ...
Roger Camargo
Jan 12, 2008 at 12:57 am
Jan 14, 2008 at 4:03 pm -
Question: The documents that I index have two id's - a unique document id and a record_id that can link multiple documents together that belong to a common record. I'd like to use something like ...
Beard, Brian
Jan 9, 2008 at 9:35 pm
Jan 11, 2008 at 8:50 pm -
Hi all, I am wondering if there exist any implemenation of org.apache.lucene.store.Directory which can be distributed across multiple machines with comparable performance to a local FSDirectory ...
Cedric Ho
Jan 31, 2008 at 8:43 am
Feb 1, 2008 at 8:59 am -
I'm using Lucene to spell check street names. Right now, I'm using Double Metaphone on the street name (we have a sophisticated regex to parse out the NAME as opposed to the unit, number, street ...
Max Metral
Jan 30, 2008 at 4:34 pm
Jan 31, 2008 at 4:30 pm -
Hi, As a requirement I need to be able to archive any indexes older than 2 weeks (due to space and performance reasons). That means I would need to maintain weekly indexes. Here are my questions, 1) ...
Vivek sar
Jan 21, 2008 at 8:07 pm
Jan 27, 2008 at 5:49 am -
Does anyone have any idea about the error I got while indexing? Best Regards, -C.B. Exception in thread "main" java.io.IOException: background merge hit exception: _kq:C962870 _kr:C2591 into _ks ...
Cam Bazz
Jan 24, 2008 at 9:42 pm
Jan 24, 2008 at 11:20 pm -
Tobias, The question is a little too open, I think. Perhaps start by saying what you've tried, what doesn't work, what you think won't work, the actual rate of change, the size of your index and, ...
Otis Gospodnetic
Jan 15, 2008 at 4:51 pm
Jan 17, 2008 at 9:55 am -
Dear all, Maybe this topic is already discussed (then can I get a reference please?)... I would like to know how does Lucene actually process the query. For example, take a 2-word query "x y". Does ...
Marjan Celikik
Jan 6, 2008 at 12:14 pm
Jan 9, 2008 at 2:53 pm -
is it possible to add a document to an index and, while doing so, get the terms in that document? If so, how would one do this? :x thanks :) -- View this message in context: ...
Chris.b
Jan 7, 2008 at 12:36 am
Jan 7, 2008 at 10:30 pm -
Hello Friends, I have a unique requirement of merging two or more lucene indexed documents into just one indexed document . For example Document newDocutmet = doc1+doc2+doc3 In order to do this I am ...
Developer Developer
Jan 6, 2008 at 5:46 pm
Jan 7, 2008 at 2:00 pm -
In my Lucene index there's a field that contains the local names of XML elements, one name per document. Users can enter arbitrary queries for this field, so I'm using a QueryParser. since the ...
Eleanor Joslin
Jan 31, 2008 at 11:52 pm
Feb 6, 2008 at 10:24 pm -
Hi, I want to give different levels of negative boost (reduce the score) to documents for different matching queries. How it can be done?? Googling I found out this link ...
Prabin meitei
Jan 31, 2008 at 7:50 pm
Feb 4, 2008 at 1:48 am -
Dear All, I've been scouring through the Lucene classes. Are there any classes which can help me acheive the following ?. 1) We are an e-mail service provider. We wanted to provide a seach capability ...
DURGA DEEP
Jan 29, 2008 at 5:25 pm
Jan 31, 2008 at 10:58 pm -
Hi, When I tried to do a lucene search using escape character with other special character like the following: SUBJECT:Yahoo\!~0.5 SUBJECT:Yahoo\!* It seems the parser totally ignores the escape ...
Joshua W Hui
Jan 30, 2008 at 9:07 pm
Jan 30, 2008 at 11:20 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 139 |
posts | 619 |
users | 119 |
website | lucene.apache.org |
119 users for January 2008
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)