Search Discussions
-
Hi I have a number of Directories which are stored in various paths on HDFS, and I would like to merge them into a single index. The obvious way to do this is to use IndexWriter.addIndexes(...), ...
Shaun Senecal
Dec 23, 2014 at 10:55 pm
Dec 30, 2014 at 6:48 pm -
I'm trying to compare two song titles (usually latinscript) for similarity. So Im looking for when the two titles seem to be the same song accounting for spelling mistakes, additional words ectera ...
Paul Taylor
Dec 2, 2014 at 10:43 am
Dec 5, 2014 at 9:03 am -
Hi all, Javadocs says "IndexSearcher instances are completely thread safe, meaning multiple threads can call any of its methods, concurrently" Is this true for setSimilarity() method? What happens ...
Ahmet Arslan
Dec 25, 2014 at 2:42 pm
Jan 6, 2015 at 1:22 am -
7
BTRFS ?
Hi, I spotted Uwe's comment in JIRA the other day "....BTRFS, which might also bring some cool things for Lucene.". Has anyone tried Lucene (or Solr or Elasticsearch) with BTRFS and seen some ...Otis Gospodnetic
Dec 21, 2014 at 10:48 pm
Dec 26, 2014 at 8:34 pm -
we are running into this issue for the first time while searching a lucene index hosted on NFS. Once, this error occurs, all subsequent requests fails. help appreciated. Our Config: 64-bit Java 1.7 ...
Vijay B
Dec 12, 2014 at 4:32 pm
Dec 12, 2014 at 9:29 pm -
Hello, My apologies for a longish question. I am having some problems with a class that tries to ensure that a lucene index is always kept up-to-date with the contents of a mysql master database ...
Badano Andrea
Dec 1, 2014 at 9:23 pm
Dec 2, 2014 at 6:11 pm -
I see in the docs of ToParentBlockJoinQuery that: * The child documents must be orthogonal to the parent * documents: the wrapped child query must never * return a parent document. First, it would be ...
Michael Sokolov
Dec 16, 2014 at 3:40 pm
Dec 18, 2014 at 1:24 pm -
Hello. I am going to switch to newest (4.10.2) version of Lucene and I'd like to make some optimization in my index and code. I would like to use DocValuesField to get values but also for filtering ...
Piotr Idzikowski
Dec 15, 2014 at 8:19 pm
Dec 16, 2014 at 5:21 pm -
I have a need to find mastercard numbers with regular expression. I’m using Query query = new RegexpQuery(new Term("body", "5{1}<1-5 {1}<0-9 {14}"), RegExp.ALL) to search numbers in email’s body and ...
Valentin Popov
Dec 15, 2014 at 8:46 am
Dec 16, 2014 at 7:37 am -
Hello, We index docs coming from database nightly. Current index is sitting on NFS. Due to obvious performance reasons, we are switching are planning to switch to local index. W have cluster of 4 ...
Vijay B
Dec 4, 2014 at 2:19 pm
Dec 4, 2014 at 3:31 pm -
Hi, is there any implementation for a chinese collator in Lucene. I've seen that there is a chinese analyzer which uses Hidden Markov Models. But sorting seems to be an issue on its own and all my ...
Nils Knappmeier
Dec 17, 2014 at 12:40 pm
Dec 19, 2014 at 8:17 am -
Hi, I run the "FST Construction example:" code in package.html with lucene 4.10.2, and saw a compile error. http://lucene.apache.org/core/4_10_2/core/index.html Error ocurred at this line ...
Tomoko Uchida
Dec 10, 2014 at 3:32 pm
Dec 14, 2014 at 6:43 am -
I am using mmap fs directory in lucene. My index is small (about 3GB in disk) and I have plenty of memory available. The problem is that when the term is first queried, it's slow. How can I "load" ...
Li Li
Dec 3, 2014 at 2:46 am
Dec 3, 2014 at 2:21 pm -
Hello Team, We are starting off with Lucene Spatial implementation for some of the use cases: A . Given "N" polygons and "M" points, find how many points lie inside each of the polygon. 1st ...
Ankit Murarka
Dec 22, 2014 at 5:38 am
Dec 24, 2014 at 4:13 pm -
Dear All, We are using lucene spatial strategy to find out the distance between a pair of Lat/Long. Given a pair of Lat/Long I need to find the near accurate distance between these 2 points. I have ...
Ankit Murarka
Dec 22, 2014 at 5:38 am
Dec 22, 2014 at 3:11 pm -
Is there any reason JoinUtil (below) does not have a 'Query toQuery' available? I was wanting to filter on the 'to' side as well. I feel I am missing something here. To make sure this is not an XY ...
Glen Newton
Dec 11, 2014 at 7:53 pm
Dec 17, 2014 at 11:42 pm -
Hello, We have a client that is using lucene 3.0.3. They are working with NAS storage device which recently had permission issues, which might have generated some "out of disk space" exceptions ...
Shlomit Rosen
Dec 17, 2014 at 7:41 pm
Dec 17, 2014 at 9:43 pm -
Hi, I have some IndexReaders and a single IndexWriter opened. I index some documents, and in the end only one reader should be opened and the old ones should be closed. The readers should be closed, ...
Andi rexha
Dec 9, 2014 at 10:59 am
Dec 9, 2014 at 11:43 am -
It is possible to get a total corpus frequency for bigram queries or higher? i.e. How many times does the query occur in the corpus. I'm looking to implement a count of occurrences per million ...
Peter Organisciak
Dec 2, 2014 at 8:40 pm
Dec 2, 2014 at 10:42 pm -
Hello. I have a performance problem with Lucene search queries running on Java 7u71 Linux platform. I use the newest 4.10 version, but we also experience the same problem with Lucene 4.7.2. I ...
Piotr Idzikowski
Dec 23, 2014 at 8:33 pm
Jan 8, 2015 at 3:33 pm -
One of our indexes is updated completely quite frequently - "batch update" or "re-index". If so more than 2million documents are added/updated to/in the very index. This creates an immense IO load on ...
Clemens Wyss DEV
Dec 22, 2014 at 9:46 am
Dec 23, 2014 at 4:51 pm -
Hi All, I am working on Lucene Facet now a day and facet seems working fine. Just one thing that come to my attention is, order of facet results get changed if there is same total count. For example, ...
Patel mrugesh
Dec 12, 2014 at 12:32 pm
Dec 15, 2014 at 12:34 pm -
Hi I have cloned the github version of Lucene/Solr yesterday https://github.com/apache/lucene-solr and was running ant compile ant test successfully. Also Jetty seems to startup fine, but when I ...
Michael Wechner
Dec 4, 2014 at 3:03 pm
Dec 6, 2014 at 7:54 am -
Hi, That Javadoc says "N is ordered, and W is unordered." ...
Shinichiro Abe
Dec 4, 2014 at 12:51 pm
Dec 5, 2014 at 5:36 am -
Hi, is there a chance to add a additional clause to a query for a field that should not be null ? greetings sascha
Sascha Janz
Dec 1, 2014 at 7:45 pm
Dec 2, 2014 at 7:30 am -
Hi all, I am trying to get the demo for Lucene to run but I am running into a problem. When I try to run the IndexFiles command through the command prompt I get an ArrayOutOfBoundsException at ...
Christopher So
Dec 10, 2014 at 5:24 pm
Dec 11, 2014 at 1:26 am -
[ We apologize to those who receive multiple copies of this message. ] ======================================================================= CALL FOR PAPERS The 18th IEEE International Symposium On ...
Peter Puschner
Dec 3, 2014 at 4:25 pm
Dec 5, 2014 at 10:13 am -
Hi Prasad, Firstly, the Lucene ‘general’ list is not the appropriate list; it’s the java-user lucene list so I’m replying there instead. This is mostly about query parsing. If you look at Lucene’s ...
David W Smiley
Dec 3, 2014 at 4:38 am
Dec 3, 2014 at 2:12 pm -
--------------------------------------------------------------------- To unsubscribe, e-mail: <span class="m_body_email_addr" title="356411d2f4b6e34d06eca5aa0a7230d4" ...
Mck
Dec 29, 2014 at 11:06 pm
Dec 29, 2014 at 11:06 pm -
December 2014, Apache Lucene™ 4.10.3 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.10.3 Apache Lucene is a high-performance, full-featured text search engine library ...
Mark Miller
Dec 29, 2014 at 7:12 pm
Dec 29, 2014 at 7:12 pm -
Hello, everyone. I have maybe not standard question, how to use together Automaton and SpanMultiTermQueryWrapper. Main idea of this approach is solve some problem with search. I need search ...
Valentin Popov
Dec 24, 2014 at 2:01 pm
Dec 24, 2014 at 2:01 pm -
Hi, I wanted to implement "most relevant search" in Lucene for my project. I am currently using the Lucene provided by Hybris 5.3 i.e. Lucene 4.6.1. The scenario is that I have type ahead ...
Nitin Chauhan
Dec 23, 2014 at 4:24 pm
Dec 23, 2014 at 4:24 pm -
11th Workshop on Software Technologies for Future Embedded and Ubiquitous Systems (SEUS 2015) http://www.complang.tuwien.ac.at/seus2015 in conjunction with ISORC 2015 http://www.isorc2015.org April ...
Peter Puschner
Dec 20, 2014 at 4:46 pm
Dec 20, 2014 at 4:46 pm -
We our production app uses Lucene 4.2.1. We are going to release a new version soon and contemplating whether or not to migrate to newer version of lucene. I see lot of new features were added in ...
Vijay B
Dec 17, 2014 at 8:03 pm
Dec 17, 2014 at 8:03 pm -
(NOTE: cross posted to several lucene lists, if you have replies, please confine them to general@lucene) ---------- Forwarded message ---------- In case you've missed it: - ApacheCon North America ...
Chris Hostetter
Dec 16, 2014 at 5:33 pm
Dec 16, 2014 at 5:33 pm -
Finally we are seeing great improvement once we switch to 64-bit java and MMapDirectory. Our Test run (multiple requests) used to take 26 minutes on 32-bit and is now improved to 10 minutes on 64-bit ...
Vijay B
Dec 16, 2014 at 4:03 pm
Dec 16, 2014 at 4:03 pm -
We have our index located on NFS. While benchmark testing, we noticed first query would take lot of time and same query for the second time complete quickly. One of the reason for this could be ...
Vijay B
Dec 15, 2014 at 3:12 pm
Dec 15, 2014 at 3:12 pm -
Vijay B
Dec 15, 2014 at 3:09 pm
Dec 15, 2014 at 3:09 pm -
Hi, I have a legacy problem with the token stream. In my application I create a batch of documents from a unique analyzer (this due to configuration). I add the field using the tokenStream from the ...
Andi rexha
Dec 12, 2014 at 3:30 pm
Dec 12, 2014 at 3:30 pm -
[ We apologize to those who receive multiple copies of this message. ] Extended submission deadline: 28 December 2014 Submission at: https://www.easychair.org/conferences/?conf=isorc2015 ...
Peter Puschner
Dec 12, 2014 at 2:11 pm
Dec 12, 2014 at 2:11 pm -
Extended submission deadline: 28 December 2014 Submission at: https://www.easychair.org/conferences/?conf=isorc2015 ====================================================================== CALL FOR ...
Martin Schoeberl
Dec 12, 2014 at 9:57 am
Dec 12, 2014 at 9:57 am -
Hello everyone, We have extended the deadline for submissions to the FOSDEM 2015 Open Source Search Dev Room to Monday, 9 December at 23:59 CET. We are looking forward to your talk proposal! Cheers, ...
Uwe Schindler
Dec 3, 2014 at 10:43 am
Dec 3, 2014 at 10:43 am
Group Overview
group | java-user |
categories | lucene |
discussions | 42 |
posts | 147 |
users | 53 |
website | lucene.apache.org |
53 users for December 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)