Search Discussions
-
This has probably been asked before but I couldn't find it, so... Is it possible / advisable / practical to use Lucene as the basis of a live document search capability? By "live document" I mean a ...
Software visualization
Dec 28, 2010 at 10:07 pm
Jan 22, 2011 at 3:55 pm -
Hello all, I know little bit about scale out design, Sharding the database across systems. Is any one in this group tried Scale up architecture? I think to scale up, we need to use 64 bit. How about ...
Ganesh
Dec 13, 2010 at 6:26 am
May 21, 2011 at 3:28 pm -
Hello all, I know, this is not the right group to ask this question, thought some of you guys might have experienced. I newbie with Tika. I am using latest version 0.8 version. I extracted text from ...
Ganesh
Dec 3, 2010 at 5:35 am
Dec 6, 2010 at 9:47 am -
I just encountered an unexpected behavior in query parser. So, if you pass in a query that is multiple terms, like "cat hat", the query that is returned uses an or between the two term searches, ...
Brian Hurt
Dec 13, 2010 at 7:26 pm
Dec 13, 2010 at 8:28 pm -
8
Getting
Hi, I search for an query. Total searched records are 5000. I only shows 100 records on one page. So I passed 100 as nDocs. I write the code in this way. IndexSearcher searcher = new ...Jawahar Lal
Dec 24, 2010 at 5:10 am
Dec 24, 2010 at 1:54 pm -
It is possible to always have Lucene end up with the same set of index filenames for each index generation process? I have an application that creates an index for a set of files, and generally, the ...
Earl Hood
Dec 14, 2010 at 3:33 am
Dec 15, 2010 at 8:30 pm -
Is there an easy way to retrieve a collection of fields (or field names) that are analyzed/tokenized from any given index? Jordon --------------------------------------------------------------------- ...
Jordon Saardchit
Dec 23, 2010 at 8:24 pm
Dec 24, 2010 at 8:18 pm -
Hi, I am using multiSearcher as objMultiSearcher.search(query,null,Integer.MaxValue); I searched a query, which should & does not return any hit. As I run the query, the above statement throw ...
Jawahar Lal
Dec 28, 2010 at 7:00 am
Dec 28, 2010 at 10:34 am -
Hi All, I am using *lucene-3.0.2* with *spring framework-3.0.5*. Spring context initialization failed due to a *java.lang.NoClassDefFoundError: org/apache/lucene/util/CharacterUtils*. But that class ...
Lahiru Samarakoon
Dec 14, 2010 at 6:05 am
Dec 14, 2010 at 8:00 am -
Hi, two different Term get the same hashCode, lucene version 3.0.2 System.out.println(new Term("manu_id",NumericUtils.intToPrefixCoded(111)).hashCode()); System.out.println(new ...
Sariny
Dec 10, 2010 at 2:34 pm
Dec 11, 2010 at 4:46 pm -
Hi All, I am using MoreLikeThis class in lucene to find more similar documents in the index to the giving one. It works fine when I run it directly from Eclipse but when I call it from my servlet I ...
Starz10de
Dec 7, 2010 at 9:24 pm
Dec 8, 2010 at 7:07 am -
Dear all. Sorry if you found this question out off topic. I need to do some research for my Text processing course on the on the wikileaks iraq war log text documents but unable to get the data. ...
Seid Muhie
Dec 1, 2010 at 6:30 am
Dec 2, 2010 at 9:51 am -
Happy Holidays ! Test case doc1 : test -- one two three doc2 : test, one two three doc3 : one two three Search query : "one two three" by QueryParser and StandardAnalyzer Question: why all of three ...
Qi Li
Dec 28, 2010 at 8:11 pm
Dec 29, 2010 at 8:43 pm -
Dear All, How can I see (or print) the result of a lucene analyzer. I believe the analyzing happens when the *writer.addDocument* or * writer.updateDocument* methods are called. Can anyone suggest me ...
Lahiru Samarakoon
Dec 22, 2010 at 12:00 pm
Dec 23, 2010 at 1:43 pm -
Hi, Please give me advise how to create custom scoring. I need to result that documents were in order, depending on how popular each term in the document (popular = how many times it appears in the ...
Pavel Minchenkov
Dec 15, 2010 at 3:29 pm
Dec 19, 2010 at 9:35 pm -
I have a app that seems to be locking on some search calls. I am including the stacktrace for the blocked and blocker thread. We are using the following jars lucene-snowball-2.1.0.jar and ...
Donld Hill
Dec 16, 2010 at 4:06 am
Dec 16, 2010 at 2:44 pm -
Hi, Thanks for your replay!!! Below is code I am using for search String line="sql server"; IndexReader reader = IndexReader.open(FSDirectory.open(new File(indexpath)), true); // contains index file ...
Ranjit Kumar
Dec 8, 2010 at 1:20 pm
Dec 8, 2010 at 4:42 pm -
Hello, I have a Tokenizer that generates a Payload, and a TokenFilter that uses it. These work well with Solr 1.4.0 (therefore Lucene 2.9.1?), but when I switched to the trunk version (I rebuilt the ...
Teruhiko Kurosaka
Dec 4, 2010 at 3:15 am
Dec 4, 2010 at 11:23 pm -
Hello List, Having posted a couple of days ago, I have one last question regarding the following code fragment public static Token[] tokensFromAnalysis(Analyzer analyzer, String text) throws ...
McGibbney, Lewis John
Dec 2, 2010 at 3:27 pm
Dec 2, 2010 at 4:58 pm -
Has anyone figured out a way to logically prove that lucene indexes ever word properly? Our company has done alot of research into lucene, all of our IT department is really impressed and excited ...
David Linde
Dec 2, 2010 at 2:54 am
Dec 2, 2010 at 2:09 pm -
Hello, I am using Lucene for plagiarism detection. The goal is that: when I have a new document, I will check on the solr index if there is a document that contain some common chunk. So to compute ...
Amel Fraisse
Dec 30, 2010 at 11:06 am
Dec 31, 2010 at 12:23 am -
Hi, 1) In my application, I need to add more words to the stop word list. Therefore, is it possible to add more words into the default lucene stop word list? 2) If is it possible, then how can I do ...
Manjula wijewickrema
Dec 21, 2010 at 3:51 am
Dec 21, 2010 at 10:32 am -
Can lucene index survives a machine crash during the merge or optimize operation? or can I stop the running index program during the merge or optimize period? I have saw some of introduction about ...
Jiang mingyuan
Dec 29, 2010 at 12:07 pm
Dec 29, 2010 at 12:41 pm -
Dear all, I use Lucene to index document content 6 field (int) and 1 file (string) I log the index process. Log said that, INFO [CONTENT-FILTER INDEX-TIMER] 2010-12-29 15:45:52,707 Index 55 item in ...
King JKing
Dec 29, 2010 at 8:52 am
Dec 29, 2010 at 9:33 am -
Hi, We are using a Lucene 3.x index to search for photo albums based on textual properties such as photo album title/author/URL and photo captions/URLs. Goal is to find the most relevant photo albums ...
Dennis Hendriksen
Dec 15, 2010 at 4:04 pm
Dec 16, 2010 at 12:04 am -
Hello there, I am trying to solve a problem where I use a new FunctionQuery to sort the results by changing the score. The functionality works great when I actually find results and it sorts them ...
Lev Alyshayev
Dec 12, 2010 at 6:42 pm
Dec 12, 2010 at 8:57 pm -
Hi, i have the same text in two files: ****TXT file: http://pastebin.com/u9Rd9VVA ****(X)HTM file: http://pastebin.com/ydHmTQZ8 And i running this Question: APC (adenomatous polyposis coli) actin ...
Celso Fontes
Dec 12, 2010 at 1:34 am
Dec 12, 2010 at 2:47 am -
Hi all I was trying with semantic vector with lucene 3.0.3. It looks that version of semantic vector have a problem and they suggest me to use lucene 3.0.2 till the bug is fixed. But I can't find ...
Seid Muhie
Dec 10, 2010 at 8:36 am
Dec 10, 2010 at 11:09 am -
Hi All, We have a requirement where in we need to construct a BooleanQuery, with the TermQueries, whose count is large , but that it is somewhat fixed number. It could be around a 5000 or 6000. At ...
Raghavendra D.V Rao (rarao2)
Dec 8, 2010 at 1:20 pm
Dec 8, 2010 at 1:41 pm -
I would like to customize the scoring of the BooleanQuery. The scoring for Boolean queries sums together each clause. Rather than summing together each clause, I would like to take the max score of ...
Ryan Aylward
Dec 7, 2010 at 6:09 am
Dec 7, 2010 at 9:24 pm -
Hi All, I'm trying to write a small app, ebook organizer, using Lucene. I index metadata of various file types properly,and when I search a keyword related to metada of documents I can get a result. ...
Reis3k
Dec 2, 2010 at 2:04 pm
Dec 2, 2010 at 2:14 pm -
PayloadSpanUtil can't retrieve payloads from unstored fields (Field.Store.NO). Since the payloads is stored in terms, why do I need store the fields? Example: PayloadSpanUtil psu = new ...
Fabiano Nunes
Dec 1, 2010 at 12:16 pm
Dec 1, 2010 at 12:25 pm -
I am creating a program that can index many text files in different folder. so that's mean every folder that has text files get indexed and its index are stored in another folder. so this another ...
Yakob
Dec 1, 2010 at 5:24 am
Dec 1, 2010 at 10:42 am -
I'm more and more involved into preparing dedicated pages that list resources of our servers according to an elaborate query I received in a human description and "implement" as a query-parser query. ...
Paul Libbrecht
Dec 30, 2010 at 7:15 pm
Dec 30, 2010 at 7:52 pm -
Hello Lucene community! I am working with Solr/Lucene tool near half of year, and faced with interesting issue with SpanNearQuery queries. Consider we have following text within document (you can ...
Viruslviv
Dec 30, 2010 at 1:58 pm
Dec 30, 2010 at 2:48 pm -
Hi, Merry Christmas!! In case of Boolean query like 'sql AND server' . I am using parser to get correct document containing both sql and server. Inside for loop in below code I get correct documented ...
Ranjit Kumar
Dec 25, 2010 at 10:21 am
Dec 27, 2010 at 2:59 am -
Jawahar Lal
Dec 22, 2010 at 7:19 am
Dec 22, 2010 at 11:29 pm -
Hi, While searching across multiple fields using MultiFieldQueryParser, when a doc is returned how do I know in this doc which field(among the multiple fields i queried over) contained the query ...
Pankaj Malhotra
Dec 18, 2010 at 9:49 am
Dec 18, 2010 at 2:50 pm -
If you are using Lucene's trunk (nightly build) release, read on... I just committed a change (for LUCENE-2811) that changes the index format on trunk, thus breaking (w/ likely strange exceptions on ...
Michael McCandless
Dec 17, 2010 at 4:19 pm
Dec 17, 2010 at 4:48 pm -
Hello All, I'm new to lucene, and i'm confronted with an input/output error exception listed as below. As designed, I have one machine writing to an index stored on an NFS mount, and other machine(s) ...
Gogogo45
Dec 17, 2010 at 6:13 am
Dec 17, 2010 at 3:52 pm -
I'm using MultiPhraseQuery to implement a fuzzy phrase query. E.g. user enters "blue lorry" and I expand 'blue' to 'turquoise', and 'glue' and 'lorry' to 'truck', 'van', 'lory' and 'lorrie'. I can ...
Mike Cawson
Dec 16, 2010 at 1:57 am
Dec 16, 2010 at 9:24 am -
Lucid Imagination is pleased to announce the general availability of our Apache Solr/Lucene powered LucidWorks Enterprise (LWE). LWE is designed to make it easier for people to get up to speed on ...
Grant Ingersoll
Dec 15, 2010 at 9:39 pm
Dec 16, 2010 at 6:31 am -
I’m using Lucene to index database records and text documents. I want to provide efficient fuzzy queries over the data so I’m using a secondary Lucene index for all of the distinct terms encountered ...
Mike Cawson
Dec 16, 2010 at 1:50 am
Dec 16, 2010 at 3:42 am -
Hello, I'm wondering if there is a way to configure the query in lucene to use the logical operation ? In fact, I would like to force retrieval of documents which contain obligatory a given keyword ...
Hassan Saneifar
Dec 14, 2010 at 5:27 pm
Dec 14, 2010 at 8:50 pm -
Hi, I am facing same problem with lucen3.0.2 search. I am using StandardAnalyzer to create index. IndexWriter writer = new IndexWriter(FSDirectory.open(INDEX_DIR), new ...
Ranjit Kumar
Dec 6, 2010 at 1:42 pm
Dec 6, 2010 at 2:01 pm -
Hello, I'm using lucene to retrieve relevant segments of a corpus based on a given query. Every segment is represented as Document in the indexing. Once the relevant segments are retrieved, I search ...
Hassan Saneifar
Dec 1, 2010 at 12:56 pm
Dec 2, 2010 at 1:28 am -
0
Re:
I bought some items from a commercial site, because of the unique channel of purchases, product prices unexpected, I think you can go to see: elesales.com , high-quality products can also attract ...Rida Benjelloun
Dec 28, 2010 at 10:53 pm
Dec 28, 2010 at 10:53 pm -
Hi, We are migrating from Lucene2.4 to Lucene3.0.2. Please tell me in FieldComparator how i access int slot in compare(int slot1, int slot2) which was compare(ScoreDoc i, ScoreDoc j) in ...
Romi
Dec 21, 2010 at 10:18 am
Dec 21, 2010 at 10:18 am -
The Constellio team is proud to release its version 1.1 Constellio Open Source Enterprise Search is based on Apache Solr and using Google Search Appliances connectors architecture, it allows, with a ...
Rida Benjelloun
Dec 20, 2010 at 5:12 am
Dec 20, 2010 at 5:12 am -
Hi, LuSqlv2 beta comes out in the next few weeks, and is designed to address this issue (among others). LuSql original (http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql now moved ...
Glen Newton
Dec 16, 2010 at 8:00 pm
Dec 16, 2010 at 8:00 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 56 |
posts | 239 |
users | 84 |
website | lucene.apache.org |
84 users for December 2010
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)