Search Discussions
-
Hello , I want to Search relational content which has parent child relationship . I am following below link http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html but got ...
Priyanka Tufchi
Jan 29, 2014 at 12:45 pm
Jan 30, 2014 at 2:57 pm -
In 4.6.0, org.apache.lucene.analysis.BaseTokenStreamTestCase#checkResetException fails if incrementToken fails to throw if there's a missing reset. How am I supposed to organize this in a Tokenizer? ...
Benson Margulies
Jan 7, 2014 at 7:50 pm
Jan 8, 2014 at 12:59 pm -
Hello, I have been working a bit with BytesRef recently, and I wonder whether the content of the equals() method, and more specifically the content of the bytesEquals(BytesRef other) method, is the ...
Yann-Erwan Perio
Jan 21, 2014 at 3:33 pm
Jan 22, 2014 at 12:10 pm -
I’m having an issue with an index when adding category paths to a document. They seem to be added without issue for a long period of time, then for some unknown reason the addition fails with an ...
Matthew Petersen
Jan 16, 2014 at 10:34 pm
Jan 21, 2014 at 3:36 pm -
Hi guys, As the topic,it seems that the length of filed does not affect the doc score accurately for chinese analyzer in my source code index source code private static Directory DIRECTORY ...
Andy
Jan 15, 2014 at 8:48 am
Feb 13, 2014 at 3:04 am -
Hi, I was wondering what would be the best approach to deal with the situation when some documents are deleted and it is unclear on whether deletions have resulted any pending commits. In a single ...
Mindaugas Žakšauskas
Jan 16, 2014 at 11:31 am
Jan 17, 2014 at 1:50 pm -
Hi, Apologies for cross posting; i got no response on the Sorl list. We have a developement environment running trunk but have custom analyzers and token filters built on 4.6.1. Now the constructors ...
Markus Jelsma
Jan 30, 2014 at 9:50 am
Jan 30, 2014 at 2:04 pm -
Hello, Would you folks mind giving me a few tips on performance testing Lucene? I want to test the performance impact of a Directory subclass. What is a good testing tool to use? I don't see a great ...
Scott Schneider
Jan 21, 2014 at 4:23 am
Jan 28, 2014 at 1:52 am -
Hi, I am trying to use a lucene as a kind of key value store, but I encountered some bad performance issues. When I try to add my data as documents to the index I get an average write rate of 3 ...
Klaus Schaefers
Jan 3, 2014 at 10:21 am
Jan 8, 2014 at 9:16 am -
Hey! :) How could i use this new reader/writer ? https://issues.apache.org/jira/browse/LUCENE-3069 Thanks, Marcio Go beyond Lucene™ features with Numere® http://numere.stela.org.br
Marcio Napoli
Jan 22, 2014 at 11:39 am
Jan 23, 2014 at 1:31 pm -
Hi, I was trying to search for Lazy loading using lucene api, but not able to figure out how to implement it, Please help me. Regards Geet
Geet Gangwar
Jan 1, 2014 at 8:42 am
Jan 1, 2014 at 3:46 pm -
Hello This is the Sample Code Of BlockJoinQuery( we tried . Issues: 1)Dont know how to get hits and score from it 2) This code is not giving output. I have attached the code for easy view ...
Priyanka Tufchi
Jan 30, 2014 at 7:20 am
Jan 30, 2014 at 10:46 am -
Hi, I'm trying to get a RegexpQuery to work properly with Lucene 4.6. However, it fails consistently when the document gets bigger than 32kb (this document will never show up in search results, even ...
Andreas Brandl
Jan 26, 2014 at 4:49 pm
Jan 28, 2014 at 11:49 am -
Hello, I searched a lot about lucene limits and its performance, but I still don't know how much I can count on it. I'm storing logs and indexing them with lucene. The event per second is 2000. The ...
Hamed Ghavamnia
Jan 25, 2014 at 7:28 am
Jan 27, 2014 at 1:38 pm -
Hello. I would like to serialize a query into a string (A) and then to unserialize it back into a query (B) I guess that a solution is A) query.toString() B) StandardQueryParser().parse(query,"") It ...
Olivier Binda
Jan 24, 2014 at 5:38 pm
Jan 25, 2014 at 3:57 pm -
Hi all, In Lucene 3.x the RAMDirectory was Serializable. In 4.x not any more... what's the best/most performant/easies way to serialize the RAMDir in 4.6.0? TIA -- View this message in context ...
Konstantyn Smirnov
Jan 17, 2014 at 10:24 pm
Jan 18, 2014 at 12:32 pm -
Hi, we are new to Lucene. We would like to use Lucene for our archive project. In this project we have to get some images of documents, get text out of them via OCR and index them using Lucene. In ...
Deniz Atak
Jan 16, 2014 at 7:43 pm
Jan 17, 2014 at 9:15 pm -
The last line in the test program below fails. I'm trying to store a keyword, not tokenized, and get the same "type" of field back after query. But it doesn't work, it comes back as "tokenized". Is ...
Phil Herold
Jan 17, 2014 at 1:37 am
Jan 17, 2014 at 11:43 am -
Hi, I was wondering if a QueryParser can be reused (Lucene ver: 4.6.0)? previous query. Isolated example: public class Test { public static void main(String[] args) throws ParseException, IOException ...
Mindaugas Žakšauskas
Jan 6, 2014 at 11:34 am
Jan 6, 2014 at 12:58 pm -
Team, I'm using Lucene 4.4 and am indexing my documents using TieredMergePolicy. The documents I index have an incremental ID field. From the javadoc, I see that, tiered merge policy merges non ...
Ramprakash Ramamoorthy
Jan 3, 2014 at 10:19 am
Jan 6, 2014 at 5:30 am -
Suppose I have an IndexReader instance obtained with this API: DirectoryReader.open(IndexWriter, boolean); (I actually use a ReaderManager in front of it, but that's beside the point). There is no ...
Vitaly Funstein
Jan 30, 2014 at 8:04 am
Jan 30, 2014 at 11:05 am -
Hi,I have been working on lucene for past 2 months. I have been working on grouping API. Is there a way to sort groups by their count value(based on number of distinct values present in each ...
Srineal maturu
Jan 29, 2014 at 7:57 am
Jan 29, 2014 at 12:37 pm -
Hi, (cross-posting to both Solr and Lucene user lists because while this is a Lucene-level question, I suspect a lot of people who know about this or are interested in this subject are actually on ...
Otis Gospodnetic
Jan 6, 2014 at 6:25 pm
Jan 28, 2014 at 3:00 pm -
I have just started looking at Lucene but I wanted to ask if Lucene can be used to index large source code repository. Looking at the documentation ...
Henrik sorensen
Jan 27, 2014 at 3:00 pm
Jan 27, 2014 at 3:26 pm -
Hello While searching a query, I guess that Lucene traverses a Field- Term- DocId structure, filters the docIds that satisfy the query, score them and then sort them Given a resulting docId, I would ...
Olivier Binda
Jan 24, 2014 at 5:38 pm
Jan 25, 2014 at 8:25 pm -
I see that SnapshotDeletionPolicy no longer supports snapshotting by an app-supplied string id, as of Lucene 4.4. However, my use case relies on the policy's ability to maintain multiple snapshots ...
Vitaly Funstein
Jan 24, 2014 at 7:47 pm
Jan 24, 2014 at 10:05 pm -
Hi all, We have over 6 million documents in our index, and would like to construct a term frequency matrix over all 6 million documents as quickly as possible. Each document has a numeric date field, ...
Witdouck, Xavier
Jan 24, 2014 at 4:39 pm
Jan 24, 2014 at 5:03 pm -
I am having trouble using ShingleFilter/NGramTokenizer. I can't figure out what I am supposed to do in response to the error 'Could not find implementing class for ...
Russell Jurney
Jan 10, 2014 at 11:04 pm
Jan 24, 2014 at 10:33 am -
I'm using Lucene 4.4 with SortedSetDocValuesFacetFields and would like to add and/or remove CategoryPaths for certain documents in the index. Basically, as additional sets of docs are added, the ...
Rose, Stuart J
Jan 21, 2014 at 11:16 pm
Jan 22, 2014 at 8:43 am -
Hey! Lucene's API have the ability to change a document, removes and adds the document. I have the need to add/remove a term by docId/field. There is the possibility to perform the link between a ...
Marcio Napoli
Jan 17, 2014 at 1:54 pm
Jan 17, 2014 at 1:56 pm -
Hi, could anyone please tell me if the following behavior is expected in Lucene 4.5? Let's assume we have an index with two documents: 1. contents: "test bunga bunga test" 2. contents: "test bunga ...
Piotr Pęzik
Jan 11, 2014 at 12:01 am
Jan 13, 2014 at 4:27 pm -
After going through all lucene api docs, im still confused over one thing: How does a TokenStream/AttributeSource actually stores the attributes. Does it maintains a list of all attributes, like ...
Pravesh
Jan 10, 2014 at 10:38 am
Jan 11, 2014 at 2:05 pm -
Hi, I have stored fields. I want to delete a single field in all documents. Can i do that without reindexing? if yes, is it costly operations..? Thanks, Manoj.
Manoj raj
Jan 6, 2014 at 2:13 pm
Jan 7, 2014 at 10:00 am -
I just bulk updated, without sending email, all 22 still-open GSOC issues from past years (with labels gsoc, gsoc2011, gsoc2012, etc.). If anyone has any ideas for good Google Summer of Code ...
Michael McCandless
Jan 29, 2014 at 10:56 am
Jan 29, 2014 at 10:56 am -
Hi, Currently using lucene 4.6.1 in memory indexing but need to scale it for big data with billion/trillion rows indexing...Already we have cassandra as backend. Please guide if there is big data ...
Naresh Yadav
Jan 29, 2014 at 9:39 am
Jan 29, 2014 at 9:39 am -
January 2014, Apache Lucene™ 4.6.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.6.1Apache Lucene is a high-performance, full-featured text search engine library ...
Robert Muir
Jan 28, 2014 at 7:10 pm
Jan 28, 2014 at 7:10 pm -
(Note: cross posted, please keep any replies to general@lucene) Quick reminder that the CFP for ApacheCon (Denver) ends on Saturday.. ...
Chris Hostetter
Jan 27, 2014 at 8:01 pm
Jan 27, 2014 at 8:01 pm -
Hey Vishnu, I'm trying to understand what you're trying to accomplish (cc'ing Lucene user group to solicit additional advice) Are you trying to extract all the terms for a given document? If so, you ...
Doug Turnbull
Jan 24, 2014 at 6:29 pm
Jan 24, 2014 at 6:29 pm -
I'm super happy to announce that the call for submissions for Berlin Buzzwords 2013 is open. For those who don't know the conference - in my "absolutely objective opinion" the event is the most ...
Isabel Drost-Fromm
Jan 23, 2014 at 5:08 pm
Jan 23, 2014 at 5:08 pm -
In 3.6.2, I notice MultiFieldAttribute is deprecated. So I looked to the docs to find the replacement ...
Trejkaz
Jan 23, 2014 at 3:22 am
Jan 23, 2014 at 3:22 am -
We're trying to convert an application from Lucene 3.6 to the current release. We used to be able to pass the result of the static method below as the FieldComparator in a SortField constructor. This ...
Phil Herold
Jan 22, 2014 at 4:25 pm
Jan 22, 2014 at 4:25 pm -
I use lucene instead of the database without the transaction. Is there a better way to access storage field? How can I compress the stored field? Is this the right way to do it?
Yanan Zhu
Jan 21, 2014 at 9:06 am
Jan 21, 2014 at 9:06 am -
FYI for those with spatial interests… From: <Smiley , "Smiley, David W." <<span class="m_body_email_addr" title="a1ca8df6149bd645accdcda14bc29050" dsmiley@mitre.org</span Date: Friday, January 17, ...
Smiley, David W.
Jan 17, 2014 at 4:56 pm
Jan 17, 2014 at 4:56 pm -
I’m having an issue with an index when adding category paths to a document. They seem to be added without issue for a long period of time, then for some unknown reason the addition fails with an ...
Matthew D. Petersen
Jan 16, 2014 at 9:40 pm
Jan 16, 2014 at 9:40 pm -
The current ordering of JapaneseAnalyser's token filters is as follows: 1. JapaneseBaseFormFilter 2. JapanesePartOfSpeechStopFilter 3. CJKWidthFilter (similar to NormaliseFilter) 4. StopFilter 5 ...
Trejkaz
Jan 16, 2014 at 5:55 am
Jan 16, 2014 at 5:55 am -
(Note: cross-posted to various lucene user lists, if you have replies please keep them on general@lucene, but pleast note that specific questions should be addressed to <span ...
Chris Hostetter
Jan 15, 2014 at 6:56 pm
Jan 15, 2014 at 6:56 pm -
Hi, It's great to see support for payloads in the suggesters - this is really helpful, and pretty much addresses LUCENE-4516. Are there any plans to also support them for WFSTs? We have some cases ...
Oliver Christ
Jan 8, 2014 at 4:42 pm
Jan 8, 2014 at 4:42 pm -
Hi, Here's my problem, I want to do fuzzy query on "advanced dc motors inc" which matches to all of the following with close score: advanced dc motors inc advanced dc motro incorporation advanced dc ...
Nirav Patel
Jan 7, 2014 at 2:32 am
Jan 7, 2014 at 2:32 am -
Hello, Our application uses Lucene to index documents received from a back-end that supports storage of temporal data with branches, similar to revision control systems like SVN: when looking at a ...
András Péteri
Jan 5, 2014 at 4:01 pm
Jan 5, 2014 at 4:01 pm -
Hello, We are in progress of migrating from Lucene 3.6.2 to the latest 4.6.0. One of many issues we're having is the absence of SortField constructor which had Locale parameter. I was able to trace a ...
Mindaugas Žakšauskas
Jan 3, 2014 at 4:04 pm
Jan 3, 2014 at 4:04 pm
Group Overview
group | java-user |
categories | lucene |
discussions | 50 |
posts | 147 |
users | 56 |
website | lucene.apache.org |
56 users for January 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)