Search Discussions
-
Hey All - Just an FYI, the board voted unanimously to allow us to graduate. I will push forward with the various tasks in the next week. Congrats to everyone who has helped us get this far - ~Prescott
Prescott Nasser
Aug 15, 2012 at 10:47 pm
Aug 15, 2012 at 10:47 pm -
Alright - I see Chris updated the 3.0.3 branch with the solution files and a quick fix for the NativeFSLockFactory. We've had some people downloading the pre-release packages (Lucene.Net.Contrib 11 ...
Prescott Nasser
Aug 11, 2012 at 6:23 pm
Aug 11, 2012 at 6:23 pm -
Hi all, Can we add sub fields or sub documents to support complex searches? For example: I would like to create a document that contains the following fields: Title Content Text1 Text2 … TextN But ...
Omri Suissa
Aug 7, 2012 at 12:05 pm
Aug 7, 2012 at 12:05 pm -
Hi all, We would like to add unknown number of fields to a document and later to search on these fields; can we perform this task using lucene.net? For example: The doc will have the following ...
Omri Suissa
Aug 7, 2012 at 11:46 am
Aug 7, 2012 at 11:58 am -
Hi all, Our product is written in .net, that's why we prefer to integrate lucene.net . We want to create an indexing service that will index data that we hold in our database, files in file server ...
Omri Suissa
Aug 7, 2012 at 11:38 am
Aug 7, 2012 at 11:56 am -
Hi all, We want to implement lucene.net in our product and I was wondering about the scoring. Is it relative to the content in the index or is it "absolute"? This is important to us because we are ...
Omri Suissa
Aug 7, 2012 at 11:35 am
Aug 7, 2012 at 12:05 pm -
Hi all, We are testing to implement lucene.net in our solution and i was wondering about lucene.net version number. I saw that lucene is currently in version 3.6.1 and 4.0a and lucene.net is ...
Omri Suissa
Aug 7, 2012 at 11:30 am
Aug 7, 2012 at 11:57 am -
Hey All, I've hidden the two depreciated Nuget packages (Lucene and Lucene Contrib). I've also added pre-release (3.0.3-RC) Packages for Lucene.Net and Lucene.Net.Contrib. If you have time, I would ...
Prescott Nasser
Aug 6, 2012 at 8:55 pm
Aug 7, 2012 at 11:22 am -
I've come across this piece of code in a project that I've been working on and was wondering if there's a more efficient way to bulk-update items. I know there is no in-library bulk update and we'll ...
Trevor Watson
Jul 23, 2012 at 3:06 pm
Jul 23, 2012 at 3:06 pm -
I've called a vote on the general incubator for our graduation: ----------------------------------------
Prescott Nasser
Jul 21, 2012 at 7:42 pm
Jul 21, 2012 at 7:42 pm -
Alright, latest patch fixed what could be done with the cls issues at present. With that, I think we are ready to roll with a release. If people could please take some time to run all the test as ...
Prescott Nasser
Jul 21, 2012 at 7:21 pm
Jul 21, 2012 at 8:02 pm -
Hello all, What reources and books you recommend to I read and I learn for start with LUCENE.NET?
Alberto León
Jul 17, 2012 at 3:09 pm
Jul 17, 2012 at 3:21 pm -
Hey All, Just as an FYI, I've proposed our resolution to the general incubator list for feedback. I didn't cc the devs and users because it was creating too much spam and confusion over which list ...
Prescott Nasser
Jul 13, 2012 at 3:45 pm
Jul 13, 2012 at 3:45 pm -
Kohlhepp, Justin W ()
Jul 12, 2012 at 1:15 pm
Jul 12, 2012 at 4:58 pm -
Hi, I seem to be having an issue with Lucene (I just downloaded 2.9.4g as I previously used 2.4) when deployed onto the cloud (Rackspace Cloud) I suspect I do not understand optimising properly. This ...
Richard Wilde
Jul 9, 2012 at 1:48 pm
Jul 9, 2012 at 3:33 pm -
Hey All, This is the first step for graduation for the Apache Lucene.Net project (incubating of course..). We're taking a vote for the Lucene.Net community to see if the community is ready to govern ...
Prescott Nasser
Jul 8, 2012 at 5:45 pm
Jul 11, 2012 at 6:46 pm -
If I run a query against my index using QueryParser to query a field: var query = _parser.Parse("Id:BAUER*"); var topDocs = searcher.Search(query, 10); Assert.AreEqual(count, topDocs.TotalHits); I ...
Rob Cecil
Jun 26, 2012 at 5:51 pm
Jun 27, 2012 at 4:39 pm -
Hi. Today I saw a new (for me) error and i'm not sure why it happened :( We are using Lucen.Net 2.9.2.2 and the search index is on remote shared folder. I think the remote shared folder is the reason ...
Patric Forsgard
Jun 26, 2012 at 10:37 am
Jun 26, 2012 at 1:47 pm -
1
Re:
http://digitaulis.com/com_page.php?ybjgj=84&yzoxyry=21Jerome Camel
Jun 20, 2012 at 3:29 pm
Jun 20, 2012 at 3:47 pm -
Hi, I have a little doubt. I'd like to tokenize a string. Something like this: StandardAnalyzer analyzer = new StandardAnalyzer("hola mi nombre es Vicente"); List<string tokens = ...
Vicente garcia
Jun 15, 2012 at 12:02 pm
Jun 15, 2012 at 12:41 pm -
I was wondering if there is a way to search for a field being blank. We keep track of file extensions in our software and would like to do a search for files that don't have an extension. We could do ...
Trevor Watson
Jun 14, 2012 at 7:25 pm
Jun 14, 2012 at 8:06 pm -
Hi to all, this is my first mail to this list :) I'd like to index spanish content in raven db, I have been searching a lot, but I don't know how I can do it. Could someones help me please? Thanks :) ...
Vicente garcia
Jun 14, 2012 at 2:49 pm
Jun 15, 2012 at 7:07 am -
Hello, I saw the latest stable versions are compiled with .NET 4 In more Linux Distros, like Debian, Ubuntu, etc the most recent Mono Version in Stable Distros is 2.6, that only supports .NET 3.5 Is ...
Alberto León
Jun 11, 2012 at 10:42 am
Jun 11, 2012 at 10:42 am -
Hi all, This is kinda of a hot topic now in the Java Lucene community, and I was wondering if anyone ever did anything like this with Lucene.NET? Basically, I'm trying to avoid writing such an ...
Itamar Syn-Hershko
Jun 10, 2012 at 2:03 pm
Jun 10, 2012 at 2:03 pm -
Kohlhepp, Justin W (Heritage Holdings (HHI))
Jun 4, 2012 at 8:40 pm
Jun 4, 2012 at 8:58 pm -
Kohlhepp, Justin W (Heritage Holdings (HHI))
Jun 1, 2012 at 5:33 pm
Jun 6, 2012 at 1:56 am -
Can I get some advice about the appropriate version to use as we embark on adding Lucene to our solution - 2.94 or 2.94g? CheckFree Solutions Limited (trading as Fiserv) Registered Office: Eversheds ...
Allan, Brad (Wokingham)
May 31, 2012 at 1:40 pm
May 31, 2012 at 6:57 pm -
Hi all, I'm a bit of a newb when it comes to Lucene, but I am in need of some sage counsel. I have an application that uses the Lucene engine to index various items. We upgraded to Lucene 2.9.2 and ...
Scott Baldwin
May 29, 2012 at 10:02 am
May 31, 2012 at 8:15 am -
Hey All, Our roster is growing a bit, I'd like to welcome Simon as a new committer. Simon has been quite active on the user mailing list helping answer community questions, he also maintains a C# ...
Prescott Nasser
May 24, 2012 at 7:06 am
May 24, 2012 at 5:56 pm -
Hi All, I have a client who sells Vitamins. How do we make sure that when the user enters the search phrase "Vitamin C Drinks" returns all documents with the phrase "Vitamin C" and drinks and not ...
Geoff Hingston
May 22, 2012 at 11:29 pm
May 23, 2012 at 7:13 am -
Hey all, I'd like to officially welcome Itamar as a new committer. I know the community appreciates the work you've been doing with the Spatial contrib project and the past help you've provided on ...
Prescott Nasser
May 22, 2012 at 9:06 pm
May 24, 2012 at 5:57 pm -
Has anyone come across the exception below? I'm really not sure what would cause this to happen and how I can prevent it from occurring. I have a service that is constantly reading and writing to the ...
Kevin Monaghan
May 17, 2012 at 2:48 pm
May 17, 2012 at 2:48 pm -
I've been trying various things to try to make the indexing faster. I've not been able to do successful searches when I don't do an optimize and commit after adding each document. It does return a ...
Shane Bumpurs
May 14, 2012 at 2:22 pm
May 15, 2012 at 3:34 pm -
We're attempting to create a Tag (Word) Cloud of terms in a sub-set of documents (or the entire index if the set is the entire index). Is there a way to get the top terms in a given field for a ...
Trevor Watson
May 3, 2012 at 3:56 pm
May 4, 2012 at 7:03 am -
I'm not sure who takes care of the website at http://incubator.apache.org/lucene.net/ We moved our product page from one domain to it's own domain and were wondering who we talked to about getting ...
Trevor Watson
Apr 23, 2012 at 2:13 pm
Apr 23, 2012 at 8:28 pm -
I have been investigating an IIS 7.5 crashing website which only gets fixed by an app pool recycle. I have used DebugDiag to catch crash exceptions. The problem appears to be manifesting itself in ...
Alastair Todd
Apr 23, 2012 at 1:22 pm
Apr 23, 2012 at 1:56 pm -
Greetings friends! I need help from you, Lucene.net experts, please! First, sorry for the bad english... In the next month, my team and I will publish on the Internet our search site, that uses ...
Gustavo Poll
Apr 20, 2012 at 12:55 pm
Apr 23, 2012 at 8:33 pm -
I learned the hard way that if you add a document with a NumericField, retrieve that document, and add it again, the copied document will end up eliding the NumericField into a regular Field, ...
Chris Eldredge
Apr 20, 2012 at 3:00 am
Apr 20, 2012 at 3:00 am -
Hi, what is the source control location for 2.9.4? Thanks, Art
Artem Chereisky
Apr 12, 2012 at 3:17 am
Apr 19, 2012 at 12:43 pm -
Hello all, It's been a while since I've actively gotten my hands involved in Lucene, but I follow it on these email message boards all the time. Anyway, I'm getting rusty on my concepts of some ...
Nicholas Petersen
Apr 9, 2012 at 4:05 am
Apr 9, 2012 at 9:15 pm -
Hi! I'm having an error with this clause. When i do a RangeQuery to filter values (price) beetwen 2 values i'm having this error. How it works? Example: If i filter documents that have values between ...
Leandro Halfon
Apr 6, 2012 at 4:18 pm
Apr 8, 2012 at 5:58 am -
Hi, We're new to Lucene .net. We're running queries on a pretty small data size ~500K. We're running on windows 7 machine with 8GB RAM. We're using the RAMDirectory. When we're running queries on the ...
Orit Alul
Mar 13, 2012 at 5:17 pm
Mar 14, 2012 at 6:03 pm -
I seem to be running into an issue when trying to unzip (using winrar) 2.9.4g from http://www.apache.org/dist/incubator/lucene.net/source/2.9.4g-incubating/ This is the error I am getting:- ! ...
Richard Wilde
Mar 3, 2012 at 7:33 am
Mar 3, 2012 at 7:35 am -
Prescott Nasser
Feb 28, 2012 at 7:20 pm
Feb 28, 2012 at 7:20 pm -
Hi, I am using this code to break some words in a Text: stringReader = new StringReader(Text); tokenStream = StandardAnalyzer.TokenStream("defaultFieldName", stringReader); // removes standard ...
Christian Setzkorn
Feb 24, 2012 at 10:00 am
Feb 24, 2012 at 12:24 pm -
Hey All, We've got a blog up and running: https://blogs.apache.org/lucenenet/. Right now we are taking the latest 3 articles and those are being posted onto our main Lucene.Net as news. But I'd like ...
Prescott Nasser
Feb 16, 2012 at 7:21 pm
Feb 16, 2012 at 7:21 pm -
Hi! I'm Leandro from Argentina. I've been reading this 2 projects: https://cwiki.apache.org/LUCENENET/simple-faceted-search.html bobo.codeplex.com I don't know which idea is better for mi site, so ...
Leandro Halfon
Feb 14, 2012 at 6:28 pm
Feb 15, 2012 at 4:16 am -
I am noticing a behavior where the index is automatically switched to multi-file format from compound file format. It is easy to reproduce on my system. Basic Steps: 1. Create an index (default ...
Lingam, ChandraMohan J
Feb 10, 2012 at 8:42 pm
Feb 13, 2012 at 3:19 pm -
Hi All I'm having an issue with IndexSearcher which I'm confused by, this may just be that I don't fully understand all the intricacies of how Lucene works or it may be a bug I really have no idea ...
Rob Vesse
Feb 9, 2012 at 12:54 am
Feb 9, 2012 at 7:16 pm -
Hello! We populate a list of terms that users can filter with prefixes. (they type in a text box and as they type the list gets filtered). I was curious, when using reader.Terms(), is there a ...
Trevor Watson
Jan 27, 2012 at 10:04 pm
Jan 27, 2012 at 11:15 pm
Group Overview
group | lucene-net-user |
categories | lucene |
discussions | 790 |
posts | 3,660 |
users | 444 |
website | lucene.apache.org |
Top users
Archives
- August 2012 (22)
- July 2012 (46)
- June 2012 (65)
- May 2012 (28)
- April 2012 (33)
- March 2012 (5)
- February 2012 (14)
- January 2012 (7)
- December 2011 (41)
- November 2011 (16)
- October 2011 (12)
- September 2011 (45)
- August 2011 (29)
- July 2011 (27)
- June 2011 (64)
- May 2011 (113)
- April 2011 (14)
- March 2011 (18)
- February 2011 (49)
- January 2011 (65)
- December 2010 (61)
- November 2010 (256)
- October 2010 (46)
- September 2010 (34)
- August 2010 (11)
- July 2010 (50)
- June 2010 (54)
- May 2010 (118)
- April 2010 (56)
- March 2010 (78)
- February 2010 (65)
- January 2010 (160)
- December 2009 (98)
- November 2009 (68)
- October 2009 (96)
- September 2009 (84)
- August 2009 (74)
- July 2009 (41)
- June 2009 (19)
- May 2009 (34)
- April 2009 (42)
- March 2009 (55)
- February 2009 (52)
- January 2009 (40)
- December 2008 (22)
- November 2008 (30)
- October 2008 (76)
- September 2008 (3)
- August 2008 (18)
- July 2008 (25)
- June 2008 (48)
- May 2008 (60)
- April 2008 (48)
- March 2008 (58)
- February 2008 (31)
- January 2008 (39)
- December 2007 (12)
- November 2007 (10)
- October 2007 (25)
- September 2007 (27)
- August 2007 (69)
- July 2007 (61)
- June 2007 (48)
- May 2007 (60)
- April 2007 (36)
- March 2007 (79)
- February 2007 (74)
- January 2007 (48)
- December 2006 (16)
- November 2006 (28)
- October 2006 (40)
- September 2006 (37)
- August 2006 (49)
- July 2006 (22)
- June 2006 (5)
- May 2006 (29)
- April 2006 (21)
- March 2006 (1)