Search Discussions
-
Hi I have a situation whereby the following filter query works with Lucene 3.8.1 ChainedFilter: [QueryWrapperFilter(+receivedate:[201407010000 TO 201407310000] +cat:email) ...
Jamie
Jul 16, 2014 at 9:12 am
Jul 16, 2014 at 10:37 am -
Hi everybody, I found a problem confused me when I tested the mmap feature in lucene. I tested to read a file size of 800M by mmap method like below: RandomAccessFile raf = new RandomAccessFile(new ...
Wangzhijiang999
Jul 14, 2014 at 9:58 am
Jul 17, 2014 at 2:15 am -
The UAX29URLEmailAnalyzer analyzer in Lucene 4.4 is not working as I expected. Is this a bug in the analyzer or is this working as designed? If I use the UAX29URLEmailAnalyzer, it tokenizes the ...
Milind
Jul 23, 2014 at 5:49 pm
Jul 24, 2014 at 2:55 pm -
Hello list, We have a fairly large Lucene database for a 30+ million post forum. Users post and search for all kinds of things. To make sure users don't have to type exact matches, we combine a ...
Arjen van der Meijden
Jul 6, 2014 at 6:48 pm
Jul 10, 2014 at 9:08 pm -
Hi, I wanted to know of the best approach to follow if a few fields in my indexed documents are changing at run time (after index and before or during search), but a majority of them are created at ...
Sandeep Khanzode
Jul 1, 2014 at 12:32 pm
Jul 8, 2014 at 4:13 pm -
We're doing some housekeeping of the moderators of this list, and looking for any new folks that would like to volunteer. (we currently have 3 active moderators, 1-2 additional mods would be helpful ...
Chris Hostetter
Jul 23, 2014 at 5:03 pm
Jul 29, 2014 at 4:29 pm -
Hi, below is an exception I get from one Solr core. According to https://issues.apache.org/jira/browse/LUCENE-5617 the check that leads to the exception was introduced recently. Two things are worth ...
Harald Kirsch
Jul 23, 2014 at 10:04 am
Jul 23, 2014 at 12:51 pm -
I'm trying to solve the following problem... I have 3 documents that contain the following contents: 1: "George Washington Carver blah blah blah." 2: "George Washington blah blah blah." 3: "George ...
Michael Ryan
Jul 11, 2014 at 2:20 pm
Jul 15, 2014 at 12:24 pm -
Currently Drillsideways provides following method: public DrillSidewaysResult search(DrillDownQuery query, Collector hitCollector); Can same class provide following method ? public ...
Jigar Shah
Jul 8, 2014 at 11:15 am
Jul 14, 2014 at 11:43 pm -
Hi I am using NRT search with the SearcherManager class. When the user elects to delete some documents, writer.deleteDocuments(terms) is called. The problem is that deletes are not immediately ...
Jamie
Jul 10, 2014 at 8:56 pm
Jul 14, 2014 at 3:20 pm -
Hi, I created an Analyzer with a PorterStemFilter, and I’m searching some test documents. Normal plurals work; searching for “zebra” finds text with “zebras”. But searching for “goose” doesn’t find ...
Robert Nikander
Jul 29, 2014 at 2:04 pm
Jul 29, 2014 at 2:34 pm -
Hello I am using more like this query .But size of Score Docs i am getting is 0 I found that it In Query Searchedquery = mlt.like(reader1, "criteria"); query object contain following value boost 1.0 ...
Rajendra Rao
Jul 18, 2014 at 10:51 am
Jul 21, 2014 at 2:27 pm -
Hi all, I know IndexSearcher is thread safe. But IndexSearcher.doc is not thread safe maybe... I try to below -------------------------------------------- First, I extract docID at index directory ...
김선무
Jul 9, 2014 at 5:00 am
Jul 10, 2014 at 7:57 am -
Hello. How do you get the terms for a TermsEnum of an IntField coded with precisionStc = Integer.Max that you get with MultiFields.getTerms(reader, intField).iterator(null) ? I had mitigated success ...
Olivier Binda
Jul 30, 2014 at 6:21 am
Jul 30, 2014 at 1:52 pm -
Hi, I am working on my doctoral dissertation in CS and am trying to use Lucene to do custom similarity measures, namely MMM (mixed, min and Max), Paice and p-norm and then compare those results to ...
Erin Colvin
Jul 28, 2014 at 12:56 am
Jul 28, 2014 at 10:26 pm -
Hi I have created index with 1 field with simple message like (hello - world) now when I create for search like +body:" \"hello world\"" & I should not get any result because I have wrapped my search ...
Itisismail
Jul 18, 2014 at 5:52 am
Jul 18, 2014 at 9:16 pm -
Hi, In the system which I develop I have to store many query objects in memory. The system also receives documents. For each document MemoryIndex is instantiated. I execute all stored queries on this ...
Pawel Rog
Jul 2, 2014 at 7:51 pm
Jul 3, 2014 at 6:06 am -
We currently migrate one project to Lucene 4 and noticed that the method IndexSearcher.setDefaultFieldSortScoring(..) disappeared in Lucene 4.0. We can't find something about this in the migration ...
Christian Reuschling
Jul 18, 2014 at 2:18 pm
Jul 22, 2014 at 4:18 pm -
Hi All I am matching and ranking two set of Docs using apache lucene and I passes page hits 1000. But in the result it shows 200 only why? It means that rest 800 are not matched and if so then what ...
Priyanka Tufchi
Jul 18, 2014 at 1:22 pm
Jul 21, 2014 at 9:52 am -
Hi, I want to implement a query like phrase query with slop 0, but I can allow one term mismatch. For example, the text is "A B C D E" I want to match this text with the query "A B C X E". X ...
Yonghui Zhao
Jul 17, 2014 at 7:23 am
Jul 17, 2014 at 1:05 pm -
Hi everyone, I created an index with three documents, ran a query, and noted the scores. Then I deleted one of the documents using IndexWriter.tryDeleteDocument, and then re-added the exact same ...
Cenolage
Jul 16, 2014 at 6:08 pm
Jul 16, 2014 at 9:12 pm -
I found my first search on new created IndexReader is slow , but after i made a search , it will be much faster i'd like to do such "warn up" in the back end of my application rather then wait for ...
Jason.H
Jul 11, 2014 at 4:17 pm
Jul 14, 2014 at 4:35 pm -
I'm building a new system where I will have several pdf files. The content you will have to have in my indexes are: 1. Name 2. No. of Pages 3. Data File 4. Archive When I run the search by the ...
Arlei Ferreira Farnetani Junior
Jul 6, 2014 at 2:28 pm
Jul 6, 2014 at 10:13 pm -
Hi, Could please explain me how to determine the tf-idf score for bigrams. My program is able to index and search bigrams correctly, but it does not calculate the tf-idf for bigrams. If someone can, ...
Manjula Wijewickrema
Jul 2, 2014 at 7:45 am
Jul 3, 2014 at 4:06 am -
I am building my code using Lucene 4.7.1 and Hadoop 2.4.0 . Here is what I am trying to do Create Index 1. Build index in RAMDirectory based on data stored on HDFS . 2. Once built , copy the index ...
Varun sharma
Jul 15, 2014 at 6:34 am
Aug 20, 2014 at 2:30 pm -
Hello all, I am using Lucene 4.9 and the index size is 7 GB. Search is faster, it takes 1 second to return the results (50 hits). I loop through the result and fetching the stored data for all and it ...
Ganesh
Jul 31, 2014 at 1:37 am
Aug 4, 2014 at 11:09 am -
Hi We used apache lucene for ranking documents .We have documents with its score .Now our requirements is to set a threshold so that we can show that documents has matched ,no matched ,or partial ...
Rajendra Rao
Jul 12, 2014 at 7:21 am
Jul 12, 2014 at 5:02 pm -
Hi, I am using Lucene 4.7.2 and my primary use case for Lucene is to do three things: (a) search, (b) sort by a number of fields for the search results, and (c) facet on probably an equal number of ...
Sandeep Khanzode
Jul 8, 2014 at 6:50 am
Jul 10, 2014 at 11:47 am -
nowadays , i've been trying every way to improve the performance of indexing , IndexWriter's close operation is really costly , and the Lucene's doc sugguest to re-use IndexWriter instance , i did it ...
Jason.H
Jul 8, 2014 at 12:29 pm
Jul 8, 2014 at 1:48 pm -
Hi, For Lucene 4.7.2 Facets, once we invoke FacetCollector and get the topNChildren into FacetResult, is there any mechanism that for a particular search result, I could get the docIds corresponding ...
Sandeep Khanzode
Jul 7, 2014 at 11:11 am
Jul 7, 2014 at 11:34 am -
Hello team, We are using lucen-core-2.9.1.jar for indexing and searching for text fields We are having problem when our string has digits as prefix or suffix of _/- Ex: I have texts ICMP6-a-b ...
Smitha Kuldeep (smtt)
Jul 4, 2014 at 11:53 am
Jul 6, 2014 at 1:42 pm -
I am looking to track down an issue in 2.9.2 where during highlighting, certain data may cause rapid memory usage and OOM exception in java: ------- java.lang.OutOfMemoryError: Java heap space at ...
Baldwin, David
Jul 30, 2014 at 5:36 pm
Jul 30, 2014 at 5:36 pm -
Hi All During search, i find it difficult to handle every multi-valued field with different analyzers. So i believe indexing multi-valued field with hash value may solve the problem of searching with ...
Kumaran Ramasubramanian
Jul 30, 2014 at 12:55 pm
Jul 30, 2014 at 12:55 pm -
Hi list, can anyone give some hints about removing duplicates from a MultiPhraseQuery? I have the list with: List<Term[] termarray = (MultiPhraseQuery) myquery).getTermArrays(); But the lucene ...
Bernd Fehling
Jul 29, 2014 at 7:59 am
Jul 29, 2014 at 7:59 am -
Test west
West suhanic
Jul 24, 2014 at 6:05 pm
Jul 24, 2014 at 6:05 pm -
Which is the efficient way to create faster searches? 1. Single large index (or) 2. Multiple small indexes (opened with SearchManager, multireaders) When creating the IndexSearcher(multireader), how ...
Umashanker, Srividhya
Jul 23, 2014 at 4:51 pm
Jul 23, 2014 at 4:51 pm -
Can you post an example which demonstrates the problem? It's also Hello: I solved the problem. My facet search code, which is a separate program from the index code, did not call setHierarchical ...
West suhanic
Jul 14, 2014 at 10:07 pm
Jul 14, 2014 at 10:07 pm -
Hello, Can anyone help me with an example of using PostingsHighlighter in Lucene 4.7. I am trying to modify SearchFiles.java (which can be found in the demo directory) so that it would display not ...
Natalia Connolly
Jul 9, 2014 at 4:59 pm
Jul 9, 2014 at 4:59 pm -
Hi all, I am trying to figure out how to easily remove or add a keyword from a document's index (or equivalently, decrease/increase that keyword's frequency in the document). I know Lucene allows you ...
Allen Kneser
Jul 8, 2014 at 6:17 pm
Jul 8, 2014 at 6:17 pm -
Hi, I tried to index bigrams from a documhe system gave and the system gave me the following output with the frequencies of the bigrams(output 1): array size:15 array terms are:{contents: /1, assist ...
Manjula Wijewickrema
Jul 8, 2014 at 4:31 am
Jul 8, 2014 at 4:31 am -
I am trying to understand why I am seeing very small segment sizes during indexing. I am using elasticsearch and one node sees heavy merge activity. After enabling info stream logs it seems that the ...
Kireet Reddy
Jul 6, 2014 at 6:47 pm
Jul 6, 2014 at 6:47 pm -
Hi, Is there any way to pre-build rewritten queries and cache them somewhere. When I have a set of queries which is used very frequently I would get significant boost (10-20% of CPU wasted) when I ...
Pawel Rog
Jul 1, 2014 at 12:59 pm
Jul 1, 2014 at 12:59 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 42 |
posts | 161 |
users | 59 |
website | lucene.apache.org |
59 users for July 2014
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)