Search Discussions
-
I have a class that extends FilterCodec. Written against Lucene 4.9, it uses the Lucene49Codec. Dropped into a copy of Solr with Lucene 4.10, it discovers that this codec is read-only in 4.10. Is ...
Benson Margulies
Feb 12, 2015 at 1:12 am
Feb 13, 2015 at 11:11 am -
Hi Lucene users, I am in the beginning of implementing a Lucene application which would supposedly search through some log files. One of the requirements is to return results between a time range ...
Gergely Nagy
Feb 9, 2015 at 7:54 am
Feb 12, 2015 at 1:04 am -
Hello. A little bit delayed question. But recently I have found this articles: https://wiki.apache.org/solr/SolrPerformanceProblems https://wiki.apache.org/solr/ShawnHeisey#GC_Tuning Especially this ...
Piotr Idzikowski
Feb 6, 2015 at 10:38 am
Feb 12, 2015 at 5:13 pm -
Hi, Which is the best method to search in attachments in lucene? I am new to lucene and I am using version 4.10.2. By making use of Tika, I know I can convert files to text and then index it as ...
Sreedevi s
Feb 10, 2015 at 8:25 am
Feb 10, 2015 at 10:00 am -
Hi, Can someone help me if this use case is possible or not with lucene Use case: I have a string say 'Japan' appearing in 10 documents and I want to get back , say some results which contain two ...
Maisnam Ns
Feb 12, 2015 at 4:42 pm
Feb 12, 2015 at 6:56 pm -
Hello, I have a rather simple query. I have a list where I have terms like and then my query is more natural language. I want to be able to retrieve matches that has atleast 2 words in common between ...
Deepak Gopalakrishnan
Feb 17, 2015 at 4:59 pm
Feb 18, 2015 at 5:57 pm -
Hi, Can someone help me with this use case: 1. I have to search a string and let's say the search engine(it is not lucene) found this string in 100,000 documents. I need to find the top 10 words ...
Maisnam Ns
Feb 13, 2015 at 4:44 pm
Feb 16, 2015 at 4:46 am -
Hi, i want to combine two MultiTermQueries. One searches over FieldA, one over FieldB. Both queries should be combined with "OR" operator. so in lucene Syntax i want to search FieldA:Term1 OR ...
Sascha Janz
Feb 10, 2015 at 3:29 pm
Feb 11, 2015 at 3:39 pm -
Hello, I've done a lot of googling, but haven't stumbled upon the magic answer: how does one use StandardQueryParser with numeric fields representing timestamps, to allow for range queries? When ...
Jon Stewart
Feb 11, 2015 at 4:22 am
Feb 11, 2015 at 2:57 pm -
We use MMapdirectory impl. in our search application. Occasionally we need to do a full indexing by dropping entire directory contents. How does re-mapping work with MMapDirectory as the directory ...
Vijay B
Feb 10, 2015 at 6:33 pm
Feb 10, 2015 at 9:40 pm -
Hi, I am doing some performance analysis with lucene. I have 1 million resources with 1000 attributes. According to how I index, I will have 1 million documents with 1000 fields. For me the total ...
Sreedevi s
Feb 5, 2015 at 9:13 am
Mar 2, 2015 at 9:37 pm -
After upgrading to Lucene 5 one of my unittest which tests sorting fails with: unexpected docvalues type NONE for field 'providertestfield' (expected=SORTED). Use UninvertingReader or index with ...
Clemens Wyss DEV
Feb 23, 2015 at 12:26 pm
Feb 24, 2015 at 6:25 am -
Hello, i am trying to index a file (Lucene 4.10.3) – in my opinion in the correct way – will say: get the IndexWriter, Index the Doc and add them, prepare commit, commit and finally{ close}. My ...
Just Spam
Feb 23, 2015 at 1:00 pm
Feb 23, 2015 at 4:39 pm -
Hello Lucene Users, I am traversing all documents that contains a given term with following code : Term term = new Term(field, word); Bits bits = MultiFields.getLiveDocs(reader); DocsEnum docsEnum = ...
Ahmet Arslan
Feb 6, 2015 at 12:26 am
Feb 8, 2015 at 9:16 am -
Hey all, I have a large boolean query in lucene which can be minimized to a smaller version with fewer clauses. Does Lucene automatically minimize complex boolean queries to simpler versions before ...
Apurv Verma
Feb 2, 2015 at 10:39 am
Feb 2, 2015 at 3:35 pm -
Hi! I have problems getting distance sorting to work in Lucene Spatial. (I'm using v4.10.3.) I'm following the SpatialExample.java from the Lucene docs. My code is below (it's Scala, but translates ...
Simon Rainer
Feb 25, 2015 at 12:19 pm
Feb 26, 2015 at 9:59 am -
Hello, Can someone explain to me how to view the demo source code for Lucene 5.0? I see a jar file, but no .java files. I'm particularly interested in faceted search. thank you -Todd
Todd Fielder
Feb 24, 2015 at 9:45 pm
Feb 25, 2015 at 1:05 am -
20 February 2015, Apache Lucene™ 5.0.0 available The Lucene PMC is pleased to announce the release of Apache Lucene 5.0. Apache Lucene is a high-performance, full-featured text search engine library ...
Anshum Gupta
Feb 20, 2015 at 8:56 pm
Feb 20, 2015 at 9:25 pm -
Apologies if I have missed it in discussions prior but I looked all over. I looked at the Luke code and it does find high frequency terms on the entire index. I am trying to get the top N high ...
Shouvik Bardhan
Feb 15, 2015 at 5:00 pm
Feb 19, 2015 at 2:23 pm -
We have a requirement in that E-mail addresses need to be added in a tokenized form to one field while untokenized form is added to another field Ex: "I have mailed <span class="m_body_email_addr" ...
Ravikumar Govindarajan
Feb 17, 2015 at 8:51 am
Feb 17, 2015 at 12:00 pm -
Hi, I'm interested in using Lucene to index binary objects with a specific document order, such that documents with the same key will be adjacent in the indexes. This would be done with the intent to ...
Elliott Bradshaw
Feb 17, 2015 at 6:04 am
Feb 17, 2015 at 6:04 am -
Hi, Can someone help me with this use case. Use case: Say there are 4 key words 'Flying', 'Shooting', 'fighting' and 'looking' in100 documents to search for. Consider 'Flying' and 'Shooting' co- ...
Maisnam Ns
Feb 12, 2015 at 5:44 pm
Feb 13, 2015 at 8:31 pm -
Hi, reading the release notes from here: https://wiki.apache.org/lucene-java/ReleaseNote50 its written that Lucene got a new DateRangeField: * New DateRangeField type enables Indexing and searching ...
Torsten Krah
Feb 25, 2015 at 9:55 am
Feb 25, 2015 at 2:45 pm -
Hello, Doesn't Lucene have a Tokenizer/Analyzer for Brown Corpus? There doesn't seem to be such tokenizers/analyzers in Lucene. As I didn't want re-inventing the wheel, so I googled, I got the list ...
Koji Sekiguchi
Feb 24, 2015 at 6:46 am
Feb 24, 2015 at 3:31 pm -
My custom Analyzer had the following (Lucene 4) impl of createComponents: protected TokenStreamComponents createComponents ( final String fieldName, final Reader reader ) { Tokenizer source = new ...
Clemens Wyss DEV
Feb 23, 2015 at 11:42 am
Feb 23, 2015 at 4:34 pm -
When I index a Document with an IntField and then find that very Document the former IntField is returned as StoredField. How do I determine the "original" fieldtype (IntField, LongField, DoubleField ...
Clemens Wyss DEV
Feb 19, 2015 at 12:24 pm
Feb 19, 2015 at 3:29 pm -
Hi, Can someone help me with querying terms ending with 'ing' with Lucene. I tried searching with '*ing' , it is saying query string cannot start with * , but I would like to get all words ending ...
Maisnam Ns
Feb 17, 2015 at 5:19 am
Feb 17, 2015 at 7:58 am -
Hi folks I have a question as follows: suppose there are 3 document in field "name": 1) a b c 2) a b 3) a I just want to retrival doc 3) only. I try to use syntax like this: name:"a" but I find it is ...
Wangdong
Feb 11, 2015 at 7:55 am
Feb 12, 2015 at 1:44 am -
Hi, I would like to index documents which contain term frequencies instead of the actual text. For example, instead of getting "The big wolf ate the big sheep" I would get "the|2 big|2 wolf|1 ate|1 ...
Stephen Fenech
Feb 11, 2015 at 12:55 pm
Feb 11, 2015 at 4:18 pm -
Hello, I am trying to understand whether I am using the NOT operator correctly. I have the following scenario: Query 1 = body:(a OR NOT b) This is parsed as: (body:a) -(body:b) and finds 96,620 hits ...
Ian Koelliker
Feb 8, 2015 at 9:47 am
Feb 8, 2015 at 10:44 am -
Hello. After upgrade to 5.0.0 FieldValueFilter no longer works for fields that are not in DocValues. I have large indexes (around half a billion documents each) and I do not want to duplicate data ...
Artem Redkin
Feb 27, 2015 at 2:42 pm
Feb 27, 2015 at 9:02 pm -
Hi, looking at the Changes.html or Migrate.html there is only mentioned that the FieldCache is gone. However there was also a FieldCacheRangeFilter in 4.10.x - guess its gone too? For the missing ...
Torsten Krah
Feb 26, 2015 at 7:35 am
Feb 26, 2015 at 8:59 am -
fellas, I am wondering if it is possible to wrap payload query with customscorequery, so that one can tweak the search score with both payload similarity and a customized score provider? This is ...
Sheng
Feb 11, 2015 at 8:58 pm
Feb 23, 2015 at 5:34 pm -
Hi, I am trying to get the top occurring words by building a memory index using lucene using the code below but I am not getting the desired results. The text contains 'freedom' three times but it ...
Maisnam Ns
Feb 22, 2015 at 11:49 am
Feb 22, 2015 at 1:25 pm -
Hi, This is a question to confirm my understanding of lucene when used along with databases and clear my doubts. Lucene can be used to read from databases(both sql and nosql) but there is no api that ...
Sreedevi s
Feb 11, 2015 at 8:56 am
Feb 11, 2015 at 9:43 am -
Dear Lucene Team, Please add me to the contributorsGroup so that I can add IntraCherche which is actually based on Lucene. Kind regards,
Charlie Picorini
Feb 10, 2015 at 1:23 pm
Feb 10, 2015 at 2:28 pm -
I've run into an exception, and I'm trying to understand whether it is something that can just happen if the index doesn't conform to the expectations of the TPBJQ, or if I've somehow messed things ...
Michael Sokolov
Feb 5, 2015 at 5:05 pm
Feb 8, 2015 at 9:39 am -
Hi all, I'm doing some analytics with a custom Collector on a fairly large number of searchresults (+-100.000, all the hits that return from a query). I need to retrieve them by a query (so using ...
Rob Audenaerde
Feb 5, 2015 at 7:17 am
Feb 5, 2015 at 2:43 pm -
hi, i am a fan of lucene.i am recently puzzled by performance problem using lucene while the search result set is large. do you have any advice? as an web application, the exceeding 120 seconds' ...
Heeheeya
Feb 5, 2015 at 3:25 am
Feb 5, 2015 at 9:21 am -
Hi all, an Analyzer has access to content on a per-field level by overwriting this method: protected TokenStreamComponents createComponents(String fieldName, Reader reader); Is it possible to get to ...
Ralf Bierig
Feb 4, 2015 at 12:45 pm
Feb 4, 2015 at 3:17 pm -
Hi, looking at the JavaDoc of StringField it says: /** A field that is indexed but not tokenized: the entire * String value is indexed as a single token. For example * this might be used for a ...
Torsten Krah
Feb 27, 2015 at 2:59 pm
Feb 27, 2015 at 2:59 pm -
(I'm using Lucene 4.9.0) I've been doing some perf testing of MemoryIndex, and have found that it is much slower when a BooleanQuery contains a non-required clause, compared to when it just contains ...
Ryan, Michael F. (LNG-DAY)
Feb 23, 2015 at 5:51 pm
Feb 23, 2015 at 5:51 pm -
i use TermsQuery for creating a join query. the list of terms could be quite large. e.g. million entries. when this is the case, the IntroSorter sorting the terms becomes a performance bottleneck ...
Sascha Janz
Feb 23, 2015 at 3:10 pm
Feb 23, 2015 at 3:10 pm -
Hi all, I'm using Apache Lucene and currently trying to combine Fuzzy and Prefix (or Wildcard) query to implement a kind of suggestion mechanism. For example, if the query is "levy", a document ...
Yossi Vainshtein
Feb 18, 2015 at 2:02 pm
Feb 18, 2015 at 2:02 pm -
Sorry for cross-posting, but the tika-ml does not seem to be too "lively": I am trying to make use of the ForkParser. Unfortunately I am getting „Lost connection to a forked server process“ for an ...
Clemens Wyss DEV
Feb 18, 2015 at 7:33 am
Feb 18, 2015 at 7:33 am -
Hi All, I am trying to query records based on fields in both parent and child documents. The query is not considering the field in the child document. Below is the structure of my solr record. <doc ...
Chandan khatri
Feb 17, 2015 at 2:10 pm
Feb 17, 2015 at 2:10 pm -
Dear Real-time Java Community, Remi and I are pleased to announce the release of the JTRES 2015 call for papers (below) and the JTRES 2015 website: http://jtres2015.univ-mlv.fr. JTRES will be held in ...
Lukasz Ziarek
Feb 15, 2015 at 5:46 pm
Feb 15, 2015 at 5:46 pm -
I have subclassed the BooleanQuery and changed the BooleanWeight constructor to change the way the /coord/ and /idf /components of the similiarity formula are computed, and my changes work as ...
Danield
Feb 11, 2015 at 12:14 am
Feb 11, 2015 at 12:14 am -
Hi, I am trying out pagination in lucene. I did it in two ways. The first one by mentioning the offset position in topdocs(). This is a piece of code I am trying out to achieve the same scenario ...
Sreedevi s
Feb 9, 2015 at 6:49 am
Feb 9, 2015 at 6:49 am -
Hi all! I have a Lucene 4.8 index and want to modify a DocValue of a single document. I tried to perform indexWriter.updateDocument(term, doc), but it had no effect on the index. Could you please ...
Igor Shalyminov
Feb 5, 2015 at 1:59 pm
Feb 5, 2015 at 1:59 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 54 |
posts | 183 |
users | 67 |
website | lucene.apache.org |
67 users for February 2015
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)