Search Discussions
-
I am trying to solve a problem using DisjunctionMaxQuery. Consider a query like: a:b OR c:d OR e:f OR ... name:richard OR name:dick OR name:dickie OR name:rich ... At most, one of the richard names ...
Benson Margulies
Apr 19, 2012 at 5:27 pm
Apr 20, 2012 at 11:16 am -
9
Re-indexing a particular field only without re-indexing the entire enclosing document in the index
Hi, I'm sure that this is very common use case that probably hundreds of people have asked the same question in the past, but I haven't been able to find an exact answer to my question. I have a ...Jong Kim
Apr 23, 2012 at 3:32 pm
Apr 26, 2012 at 9:32 am -
Hi, Upon updating to Lucene 3.6 I've noticed that new RussianAnalyzer analyzes not the same way as before. Please see example: private List<String getTokens(Analyzer theAnalyzer, String str) throws ...
Vladimir Gubarkov
Apr 19, 2012 at 11:26 am
Apr 19, 2012 at 9:30 pm -
I read the paper by Doug "Space optimizations for total ranking", since it was written a long time ago, I wonder what algorithms lucene uses (regarding postings list traversal and score calculation, ...
Yang
Apr 25, 2012 at 9:13 pm
Apr 27, 2012 at 7:58 pm -
Dear List, we've been struggling the following problem for a while: we have two fields: title and description. Title is generated from short summaries while description is generated fromlong texts ...
Akos Tajti
Apr 26, 2012 at 7:13 pm
Apr 27, 2012 at 7:40 am -
Hi all, (scroll to bottom for question) I was setting up a simple web app to play around with phonetic filters. The idea is simple, I just create a document for each word in the English dictionary, ...
Elmer van Chastelet
Apr 23, 2012 at 7:28 pm
Apr 26, 2012 at 12:52 pm -
Hi All, I'm looking for a solution that hides the complexity and the low level structure of Lucene (to make it much simpler to use). I came across the Compass Project which looks pretty good. I just ...
Akos Tajti
Apr 16, 2012 at 5:38 pm
Apr 17, 2012 at 12:26 pm -
We've observed something that, in some ways, is not surprising. If you take a set of documents that are close in 'score' to some query, and shuffle them in different orders and then see what results ...
Benson Margulies
Apr 2, 2012 at 9:29 pm
Apr 5, 2012 at 2:30 am -
Hello, I am relatively new to Lucene, this might be a noob question, if so please redirect me. I'd like some guidance on how to use Lucene to address a problem. I have a set of a few hundred (and ...
Uncle
Apr 27, 2012 at 11:36 am
May 10, 2012 at 8:27 am -
How can I search a minus digit like -123 in lucene? When I search this,lucene excludes 123 from my search or returns no answer.
S Eslamian
Apr 24, 2012 at 9:45 am
Apr 24, 2012 at 3:00 pm -
I recently migrated a legacy Lucene application from 2.3 to 3.5. The code was filled with numerous custom filter/analyzers/similarites/collectors. Took about a week to convert all the token streams ...
Ivan Brusic
Apr 5, 2012 at 6:22 pm
Apr 19, 2012 at 3:27 am -
Hello, I currently use Lucene version 3.0...probably need to upgrade to a more current version soon. The problem that I have is when I test search for a an HTML tag (ex. <strong ), Lucene returns the ...
Okayndc
Apr 5, 2012 at 5:34 pm
Apr 5, 2012 at 9:52 pm -
hi all, I am now hacking the BooleanScorer2 to let it keep the docID() of the leaf scorer(mostly possible TermScorer) the same as the top-level Scorer. Why I want to do this is: When I Collect a doc, ...
Li Li
Apr 17, 2012 at 10:38 am
Apr 19, 2012 at 3:34 am -
Hi, I'm storing a field two times, one analyzed and other non-analyzed, in order to be able to query for terms and for exact keyword: // Analyzed version d.add(new Field(key, value, Store.NO, ...
Francisco A. Lozano
Apr 27, 2012 at 10:18 am
Apr 27, 2012 at 12:18 pm -
Hi guys, I am still learning Lucene, and I had a very weird problem yesterday that no matter what I did, I always got multifiles not compound file. By default, Lucene use compound file, but I just ...
Chengcheng Zhao
Apr 6, 2012 at 9:05 am
Apr 6, 2012 at 10:41 am -
I'm using Lucene's Term Freq vector to calculate cosine similarity between documents, Say my docments has these 3 terms, "owe" "owed" "owing". Lucene takes this as 3 separate terms, but 3 of them ...
Kasun Perera
Apr 28, 2012 at 3:03 am
May 3, 2012 at 8:59 am -
Dear All, when indexing an object I create a document that contains a field called title. I set the boost of that field to 60. After the indexing was complete I checked the document using luke. The ...
Akos Tajti
Apr 23, 2012 at 11:12 am
Apr 23, 2012 at 3:36 pm -
Hi, Are there any notes on making the highlighter work consistently with a shingle generated index? I have a situation where complete matches highlight OK, but partial matches do not - leading to a ...
Dawn Zoë Raison
Apr 20, 2012 at 11:59 am
Apr 21, 2012 at 11:37 am -
I have documents that are marked up with Taxonomy and Ontology terms separately. When I calculate the document similarity, I want to give higher weights to those Taxonomy terms and Ontology terms ...
Kasun Perera
Apr 20, 2012 at 8:21 am
Apr 20, 2012 at 2:31 pm -
Dear list, I'm studying the Lucene index file formats and I wonder: after having initialized a field with Field(String name, String value, Field.Store store, Field.Index index), where is the value ...
Carsten Schnober
Apr 18, 2012 at 3:00 pm
Apr 20, 2012 at 8:56 am -
Hi, dear Lucene specialists, I've updated in my project the version of Lucene to the latest (3.6). I wanted at last to add near realtime support to my indexing subsystem. Everything seemed to work ...
Vladimir Gubarkov
Apr 17, 2012 at 11:27 pm
Apr 17, 2012 at 11:42 pm -
Hi, i did a checkout of: http://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_6 and modified some jflex files like done in 3.5.0 (once reachable via ...
Torsten Krah
Apr 17, 2012 at 10:48 am
Apr 17, 2012 at 12:53 pm -
We limit the memory consumption of our IndexWriters by setting RAMBufferSizeMB to 5MB (IndexWriterConfig.setRAMBufferSizeMB). Inspecting a heapdump unveils that I still have writers wich ...
Clemens Wyss
Apr 16, 2012 at 8:46 am
Apr 17, 2012 at 9:33 am -
I have a requirement to get results of search query within 1 second for a database table.The database table is returning results slowly at this point.A table has to be moved to a cache and searched ...
Hiren Shah
Apr 10, 2012 at 8:40 pm
Apr 12, 2012 at 4:09 am -
This is my program to calculate TF-IDF value for a document in a collection of documents. This is working fine, but takes lot of time when calculating the "IDF" values (finding the no of documents ...
Kasun Perera
Apr 28, 2012 at 2:39 am
May 6, 2012 at 11:32 pm -
Hi, I have read apache lucene tutorial and implemented in our project.But I need help about my lucene question. I have one Index which has two fields. A and B Some values are like below A B AC 10 AC ...
Yogesh patel
Apr 15, 2012 at 7:45 am
Apr 15, 2012 at 7:56 am -
Hi, I have a large index with a field that contains a important number of terms. I knew that searching with a term starting with a wildcard was not a good idea; looking at ...
V Sevel
Apr 12, 2012 at 10:00 am
Apr 12, 2012 at 12:46 pm -
Hi All , I am working on a project on Static Index pruning and I am using the TREC GOV2 database . I have seen that the Trec data can be parsed and the necessary java files are present in the contrib ...
Jake dsouza
Apr 12, 2012 at 5:47 am
Apr 12, 2012 at 9:08 am -
Is it possible to match partial words using Lucene. we are using Standard Analyzer for tokenization. -- View this message in context ...
Hanu_bhambi
Apr 9, 2012 at 10:31 am
Apr 9, 2012 at 6:06 pm -
Hi all, What would be the best approach for a custom scoring that requires a "global" view of the result set. For example, I have a field call "color" and I would like to have constraints that there ...
Tri Cao
Apr 6, 2012 at 5:08 pm
Apr 9, 2012 at 5:49 am -
Hi All, I am pretty new to Lucene and Pylucene. This is a problem when I am using pylucene to write a customized analyzer, to tokenize text in to bigrams. The code for analyzer class is: class ...
Wu Ke
Apr 22, 2012 at 10:35 pm
Apr 22, 2012 at 10:35 pm -
Hello, If you've always wanted a full-time job working with Solr, ElasticSearch, or Lucene, we have a position that is all about that, offers path to team leadership, and will expose a person to a ...
Otis Gospodnetic
Apr 18, 2012 at 3:58 pm
Apr 18, 2012 at 3:58 pm -
Hello, I'm thinking about using maven-shade-plugin to shade Lucene's classes into my own jar. Just wondering if this has been done before or any yay or nay regarding this setup? Thank you, Hung- -- ...
Hhuynh
Apr 17, 2012 at 2:09 am
Apr 17, 2012 at 2:09 am -
Hi All , I am trying to index the Trec GOV2 data set and I am getting a few Exceptions from this class . Please see the Stack Trace Below java.lang.NullPointerException Apr 16, 2012 5:32:55 AM at ...
Jake dsouza
Apr 16, 2012 at 5:01 pm
Apr 16, 2012 at 5:01 pm -
Hi, Does any one know if lucene uses any logging features that may be set to output errors exceptions and other information to a file . Like Java Logging API or Log4J ? Thanks , Jake
Jake dsouza
Apr 14, 2012 at 7:42 am
Apr 14, 2012 at 7:42 am -
12 April 2012, Apache Lucene™ 3.6.0 available The Lucene PMC is pleased to announce the release of Apache Lucene 3.6.0. Apache Lucene is a high-performance, full-featured text search engine library ...
Robert Muir
Apr 12, 2012 at 9:05 pm
Apr 12, 2012 at 9:05 pm -
wikipedia.alg in benchmark is only able to extract and index current pages dumps. It does not take revisions into account. Do you know any way to do this? Or should I change EnwikiContentSource to ...
Zeynep P.
Apr 10, 2012 at 5:34 pm
Apr 10, 2012 at 5:34 pm -
Just thought I throw out a question. What is available in the libraries to help with manipulating and asking questions about queries? So far my best (and worst) efforts have involved combinations ...
Paul Hill
Apr 9, 2012 at 6:28 pm
Apr 9, 2012 at 6:28 pm -
I use QueryParser parser = new QueryParser(Version.LUCENE_32, "title", analyzer); i get results back.but when i change to MatchAllDocsQuery i get 0 result. I missed something in my code? I google and ...
Jianwen lou
Apr 5, 2012 at 12:34 pm
Apr 5, 2012 at 12:34 pm -
I use lucene 3.5 in my app.I set a field Store.YES,INDEX.NO. I look for the stored filed value via luke3.5,I do not see the stored field value.But set the field Store.YES,Index.NOT_ANALYZED, i get ...
Jianwen lou
Apr 5, 2012 at 7:19 am
Apr 5, 2012 at 7:19 am -
Using the original org.apache.lucene.search.highlight.Highlighter should I be able to give it a query like [ My AND Words AND "My Words"^100 ] (the actually phrase in this query is converted to a ...
Paul Hill
Apr 4, 2012 at 8:06 pm
Apr 4, 2012 at 8:06 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 45 |
posts | 172 |
users | 62 |
website | lucene.apache.org |
62 users for April 2012
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)