Search Discussions
-
Hi everybody, I've a problem with my searching index. I've created a stand alone application and it works perfectly. I've put them on tomcat launching with java web start,but if I run the query(the ...
Marco Lazzara
May 18, 2009 at 5:13 pm
Jun 1, 2009 at 3:57 pm -
hi there, I am using lucene highlighter to highlight the searched result but it shows only the query string in bold highlights. IS THERE ANY WAY I CAN USE IT TO SHOW THE HIGHLIGHTED TEXT IN THE ...
Ritu choudhary
May 27, 2009 at 5:56 am
May 28, 2009 at 9:37 am -
Hi, While trying to parse xml documents of about 50MB size, we run into OutOfMemoryError due to java heap space. Increasing JVM to use close 2GB (that is the max), does not help. Is there any API ...
Sudarsan, Sithu D.
May 21, 2009 at 2:45 pm
May 24, 2009 at 11:32 pm -
Hi, I am using RegexQuery for searching in a set of records wich are phrases of several words each. My aim is to find any phrase that contains the given group of letters (e.g. "in"). For that case, I ...
Huntsman84
May 8, 2009 at 12:43 pm
May 12, 2009 at 2:47 pm -
I hope to make this a discussion rather than a request for a feature. In the database world, secure data is always encrypted in the database. Since I am interested in storing data from a database in ...
Peter_lenahan
May 5, 2009 at 1:15 am
May 11, 2009 at 11:17 pm -
Hi, I'd like to apply a score filter. I realise that filtering by absolute (i.e. anything less than x) scores is pretty meaningless. In my case I want to filter based on relative score - or on some ...
Joel Halbert
May 18, 2009 at 12:53 pm
May 28, 2009 at 6:34 am -
Hi all, All I have is a query running on a document with a single field which has some search value. This is all which will be present. No more documents / fields. I have the following specific ...
Radha Sreedharan
May 6, 2009 at 5:54 pm
Jul 13, 2009 at 12:12 pm -
Hi All, I'm trying to index some non-english web pages and I'm keeping all the content of the page in a single field and the searches are working fine as well. Now when I search for some query it ...
KK
May 25, 2009 at 5:07 am
May 26, 2009 at 6:54 pm -
How to post utf-8 unicoded data to lucene index. Do we have to specify something special, any sort of flag saying that we're posting unicoded data? I tried to post some utf-8 encoded data, during ...
KK
May 21, 2009 at 6:26 am
May 21, 2009 at 12:23 pm -
Hi all, I want to get the word before and the word after the matched Term.For Example if i have the Text " The drug was freshly prepared at 4-hour intervals . Eleven courses were administered to ...
Kamal Najib
May 18, 2009 at 1:21 pm
May 26, 2009 at 12:46 pm -
How to create a new index? everytime I need to do so , I've to create a new directory and put the path to that, right? how to automate the creation of new directory? I'm a new user of lucene. Please ...
KK
May 20, 2009 at 9:43 am
May 20, 2009 at 1:29 pm -
Hi, I have a big index and I want to get for a specific search only the grades of a list of documents. Is there a better way to get this score than looping on all the reasults set? Thanks, Liat
Liat oren
May 14, 2009 at 9:04 am
May 20, 2009 at 8:40 am -
Hello, I am a newbie in Lucene world. I might ask some obvious question which unfortunately I don't know the answer. Please help me 'grow'. We have a project intend to use Lucene search engine for ...
Weidong sun
May 14, 2009 at 2:12 pm
May 14, 2009 at 4:22 pm -
Hi all, First, the problem I'm trying to solve: I have two folders, each containing files. I need to match files in one folder with files in the other. Eg: notes/Michael Jackson - Don't Stop 'till ...
Nate
May 7, 2009 at 12:58 am
May 9, 2009 at 3:14 am -
All: I would like to be able to control when an index merge happens (by wall clock time) so that merges do not occur in the middle of the business day. I have a lucene system based on v2.3.2 and we ...
Dan OConnor
May 15, 2009 at 8:41 pm
Aug 2, 2012 at 10:05 pm -
When using the Solr trunk tip, get this error now when reading an index created by Solr with Lucene directly: java.lang.IndexOutOfBoundsException: Index: 24, Size: 0 at ...
Jayson.minard
May 14, 2009 at 6:02 pm
May 14, 2009 at 7:39 pm -
Hi, I try to debug boosting query. Is there a way to see the term boost in the documents? I see them in spans in BoostingTermQuery, yet, from there I can't see which document I am in. If I want to ...
Liat oren
May 3, 2009 at 1:53 pm
May 14, 2009 at 8:33 am -
I am trying to build a search (have been experimenting with using Lucene) and someone suggested contacting your team Background: Currently the service I am working on applies taxing/duties to ...
Christian Bongiorno
May 4, 2009 at 5:16 pm
May 4, 2009 at 11:53 pm -
I have tagged each of my documents with a term "religion" and values like "Baha'i, Christian, Jewish, Islam" etc. In Luke it shows me that I have a term count of 8 for the term "religion" How do I ...
Ian Vink
May 10, 2009 at 3:04 pm
Oct 26, 2009 at 9:49 am -
In my web application, I need search functionality on first name and last name in 2 different ways, one search must be based on 'Metaphone Analyzer' giving all similar sounding names as result and ...
Vanshi
May 27, 2009 at 4:43 am
Jun 1, 2009 at 5:51 pm -
Hi, I'm trying to index some non-english texts. Indexing and searching is working fine. From command line I'm able to provide the utf-8 unicoded text as input like this, ...
KK
May 25, 2009 at 3:52 pm
May 26, 2009 at 3:08 pm -
Hi All, I was looking for various ways of implementing hit highlighting in Lucene and found some standard classes that does support highlighting like this ...
KK
May 21, 2009 at 12:21 pm
May 22, 2009 at 12:50 pm -
Hi, When Lucene performs a Boolean query, say: Field Name = Male AND Field Age = 30 assuming the resultant docs for each portion of the query were: Matching docs for: Name = 1,2 Matching docs for: ...
Joel Halbert
May 21, 2009 at 12:44 pm
May 21, 2009 at 3:49 pm -
Hi Everyone-- So I'm not quite sure what is going on with my Lucene index, but I'm having some issues searching. I've created a simple little index of 10 documents as follows: id: 1 type: Article ...
Eric LeVin
May 18, 2009 at 2:04 pm
May 18, 2009 at 5:01 pm -
Hello, I would like to use Luke to connect to an existing Lucene Index which is stored in a Database. However, Luke seems only to be able to read file based indexes. What are my options to analyze ...
ChristophD
May 19, 2009 at 8:23 am
Jun 9, 2009 at 12:51 pm -
Hi, I am using RegexQuery aiming to get a list of records from a regular expression, but in some cases the search returns too many results, and for that my program throws an Exception. How could I ...
Huntsman84
May 18, 2009 at 4:08 pm
May 19, 2009 at 3:59 pm -
Hi all, Is Lucene able to index phrases instead if individual terms? If it is, can we also feed it a 'thesaurus or dictionary' of phrases that it should look out for when indexing. Thanks in advance, ...
Ridzwan Aminuddin
May 14, 2009 at 12:29 am
May 18, 2009 at 6:23 am -
Hi, I am wondering if Lucene internally rewrites/optimizes Query. I am programatically generating Query based on various user options, and quite often I have BooleanQueri'es wrapped inside ...
Preetham Kajekar
May 21, 2009 at 5:20 pm
Jun 22, 2009 at 10:36 pm -
Hello All, I need to build some stats. I need to know Top 5 frequently indexed term in a date range (In a day or a Month). Any idea of how to achieve this. Regards ...
Ganesh
May 25, 2009 at 11:28 am
Jun 8, 2009 at 10:52 am -
Hi everyone, I am doing a project using Lucene where i need to index HTML files. I am using Tika to parse HTML files. But i need to index files according to their tags which means that every text ...
Gaurav Kumar
May 28, 2009 at 10:28 am
May 28, 2009 at 12:47 pm -
hi all, i'm new to lucene. will like to ask, am i able to integrate lucene search into my normal html pages, not web applications? meaning just viewing of html pages and searching for them using ...
StanleyTan
May 26, 2009 at 1:38 am
May 26, 2009 at 10:58 am -
I am trying to build my indices file while still allowing my application to add new information and I my application cannot obtain the lock. Here is a little pseudo code on what I am trying to do: ...
Newman, Billy
May 15, 2009 at 8:19 pm
May 16, 2009 at 3:43 pm -
IndexReader rdr = IndexReader.Open(myFolder); TermEnum terms = rdr.Terms((new Term(myTermName, ""))); (from .NET land, but it's all the same) This code works great, I can loop thru the terms nicely, ...
Ian Vink
May 11, 2009 at 3:35 pm
May 11, 2009 at 7:30 pm -
hello list i am using lucene 2.9. when i try to open the index with luke i got an error: unknown format version: -8 any hints? --------------------------------------------------------------------- To ...
Timon Roth
May 8, 2009 at 7:33 pm
May 11, 2009 at 11:46 am -
Hi all, I am working on an iPhone application where the Lucene index needs to reside on-device (for multiple reasons). Has anyone figured out a way to do that? As you might know the iPhone contains ...
Shashi Kant
May 6, 2009 at 10:09 am
May 6, 2009 at 4:05 pm -
I'm adding Documents in batches to an index with IndexWriter. In certain circumstances, I do not want to add the Document if it already exists, where existence is determined by field id=myId. Is ...
Antony Bowesman
May 5, 2009 at 10:46 am
May 6, 2009 at 1:34 am -
Hello fellow Lucene developers! I have a bit of a question - and I can't find the answer in my lucene book.... Im trying to create a query that will query 2 fields using different analyzers and ...
theDude_2
May 1, 2009 at 7:34 pm
May 4, 2009 at 1:24 pm -
Hi all, I'm organising another open source search social evening (OSSSE?) in London on Monday the 15th of June, this time with the able assistance of René Kriegler. The plan is to get together and ...
Richard Marr
May 28, 2009 at 3:51 pm
Jun 15, 2009 at 11:14 am -
Hi All, I've indexed some docs[non-english] in unicoded utf=8 format. For both indexing as well as searching/querying I'm using simpleanalyzer. For english texts when I tried with single words its ...
KK
May 21, 2009 at 1:27 pm
May 23, 2009 at 7:52 am -
Hi, I know lucene 2.9 would be the next release, do we have the release date yet (roughly, 6 months away, or longer)? Knowing this would help us to schedule our work, thanks for helps! Lisheng ...
Zhang, Lisheng
May 18, 2009 at 7:40 pm
May 21, 2009 at 5:30 pm -
I search 'lisp' with lucene application using the following query string: uid:5^3 OR uid:10^2 OR lang:lisp I hope result as following: first:5 (which id is 5) second:10 (which id is 10) others:other ...
Hacklisp
May 21, 2009 at 4:34 am
May 21, 2009 at 2:17 pm -
Hi, Looking at the docs for the 2.4 codebase, for RangeQuery http://lucene.apache.org/java/2_4_0/api/index.html?org/apache/lucene/search/RangeQuery.html there is a comment that a TooManyClauses ...
Joel Halbert
May 20, 2009 at 5:01 pm
May 20, 2009 at 6:45 pm -
Say I have a book title, literally: (Parenth+eses How would I do a search to find exactly that book title, given the presence of the ( and + ? QueryParser.escape isn't working. I would expect to be ...
Ari Miller
May 14, 2009 at 11:18 pm
May 15, 2009 at 2:18 pm -
Hi, Please help, how to do pagination search results? note: i'm using Java Server Pages. thx. Daniel Susanto http://susantodaniel.wordpress.com
Daniel Susanto
May 12, 2009 at 5:38 am
May 14, 2009 at 3:59 am -
Hi I'm working on an opensrc project that needs Lucene 2.9 and uses Maven, it would be great if Lucene 2.9 could be found automatically so that other developers can easily run and build the project. ...
Paul Taylor
May 11, 2009 at 10:32 am
May 12, 2009 at 5:52 pm -
Hello, I am post-processing a positional index -- with a field like the following: doc.add(new Field(Constants.FIELD_TEXT, txt, Store.NO, Index.ANALYZED, TermVector.WITH_POSITIONS)); At ...
Adrian Dimulescu
May 3, 2009 at 9:39 pm
May 7, 2009 at 8:20 pm -
Hi, Does anybody know why at lucene API documentation you can find the package regex and its classes (RegexQuery, RegexTermEnum, SpanRegexQuery...), but they don't exist in the jar (so you can't use ...
Huntsman84
May 5, 2009 at 8:41 am
May 5, 2009 at 11:28 am -
We are using hibernate search that is an abstraction on top of lucene. Has anyone used this in a clustered environment? There is built-in JMS ( master / slave ) support for this but the assumption is ...
No spam
May 4, 2009 at 1:01 am
May 4, 2009 at 2:12 pm -
Hi, I have a problem using TermQuery and FuzzyQuery for terms containing the character "-". Considering I've indexed "jack" and "jack-bauer" as 2 tokenized captions, I get no result when searching ...
Legrand thomas
May 31, 2009 at 9:55 am
May 31, 2009 at 1:33 pm -
Hello. Has anyone tried to store Lucene index in JBoss Cache? Are there any good implementations of Lucene Directory for it? I found ...
Artyom Sokolov
May 26, 2009 at 10:19 pm
May 27, 2009 at 10:56 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 118 |
posts | 513 |
users | 120 |
website | lucene.apache.org |
120 users for May 2009
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)