RE: hello lucene,i have a question

2010-03-08 Thread Michael Garski
Yes it is free under the ASF license. http://www.apache.org/licenses/ Michael -Original Message- From: 黄涛 [mailto:atao123...@gmail.com] Sent: Sunday, March 07, 2010 8:01 PM To: lucene-net-dev@lucene.apache.org Subject: hello lucene,i have a question first of all,thanks your team of

RE: Question

2010-01-08 Thread Granroth, Neal V.
h().ToString() + " hits") hitIterator = hits.Iterator While hitIterator.MoveNext = True hitCurrent = hitIterator.Current() foundDoc = hitCurrent.GetDocument() Console.WriteLine(" " + foundDoc.GetValues("name")(

RE: Question

2010-01-07 Thread Nicholas Paldino [.NET/C# MVP]
nal Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Thursday, January 07, 2010 4:49 AM To: lucene-net-dev@lucene.apache.org Subject: Re: Question Ed - that's a reasonable critique, but the API is practically the same between the Lucene.Net and Lucene Java. There is a section

RE: Question

2010-01-07 Thread tony njedeh
Hi Neal,   I would like to see the examples you have, using Lucene.NET from VB ? Njedeh --- On Thu, 1/7/10, Granroth, Neal V. wrote: From: Granroth, Neal V. Subject: RE: Question To: "lucene-net-dev@lucene.apache.org" Date: Thursday, January 7, 2010, 3:05 PM IFilter is a Mic

RE: Question

2010-01-07 Thread Ed Jones
Thanks for the offer but this was needed a few years ago. We've since gone with a high end search platform. -Original Message- From: Granroth, Neal V. [mailto:neal.granr...@thermofisher.com] Sent: 07 January 2010 20:06 To: lucene-net-dev@lucene.apache.org Subject: RE: Question IF

RE: Question

2010-01-07 Thread Karell Ste-Marie
Hi Erik, While I have no doubts that Solr is a capable product I would like to point out that it may not necessarily the question of the fact that Sorl can talk to .NET (anything can talk to anything when you know what you are doing) but perhaps more a problem of the comfort level that an

RE: Question

2010-01-07 Thread Granroth, Neal V.
nd.jo...@warc.com] Sent: Thursday, January 07, 2010 1:39 PM To: lucene-net-dev@lucene.apache.org Subject: RE: Question Remember that not everyone uses c#, many people use VB.net and although it's relatively simple to move it over to c#, moving from c# to Java is just one extra step where thi

RE: Question

2010-01-07 Thread Ed Jones
o use iFilters (I think that was the term) but nobody was interested so my attention moved elsewhere. -Original Message- From: Granroth, Neal V. [mailto:neal.granr...@thermofisher.com] Sent: 07 January 2010 19:37 To: lucene-net-dev@lucene.apache.org Subject: RE: Question I am very surpris

RE: Question

2010-01-07 Thread Granroth, Neal V.
o...@warc.com] Sent: Thursday, January 07, 2010 3:57 AM To: lucene-net-dev@lucene.apache.org Subject: RE: Question All I can say is that we found the lack of examples for .net problematic as when you are not too up to speed with Java there are a lot of basic hurdlers to overcome. -Origin

Re: Question

2010-01-07 Thread Erik Hatcher
l Message- From: Roger Chapman [mailto:ro...@stormid.com] Sent: 07 January 2010 09:21 To: lucene-net-dev@lucene.apache.org Subject: RE: Question From what I can remember the book Lucene in Action has a good section on indexing documents and PDFs http://www.manning.com/hatcher2/ Roger.

RE: Question

2010-01-07 Thread Ed Jones
-net-dev@lucene.apache.org Subject: RE: Question Lucene.Net sticks to the APIs and classes used in the original Java implementation of Lucene. The API names as well as class names are preserved with the intention of giving Lucene.Net the look and feel of the C# language and the .NET Framework. For

RE: Question

2010-01-07 Thread Olivier Spinelli
lucene-net-dev@lucene.apache.org Objet : RE: Question My problem with Lucene in Action and all the examples on the internet is that they were all in Java and you have to understand exactly what Java is doing to understand it all properly. It's for this very reason we had to shun using Luce

RE: Question

2010-01-07 Thread Ed Jones
parts of our business, but again the same will apply, we will need more non Java examples. Ed -Original Message- From: Roger Chapman [mailto:ro...@stormid.com] Sent: 07 January 2010 09:21 To: lucene-net-dev@lucene.apache.org Subject: RE: Question >From what I can remember the book L

RE: Question

2010-01-07 Thread Roger Chapman
: Re: Question Todd, I would definitely take Michael's advice to learn more about the overall issue before you get too far. A quick answer that may help is Windows does not ship with an iFilter for PDF built-in. Installing Adobe Reader 8 or higher will install a decent PDF iFilter.

Re: Question

2010-01-06 Thread Ben Martz
ittle surprised by your question though - I assume that you have access to your own source code and could examine the result from the iFilter that's being fed to the IndexWriter and compare the behavior in the TXT case with the behavior in the PDF case? Cheers, Ben Sent from my iPhone On J

RE: Question

2010-01-06 Thread Michael Garski
ts a great mailing list search tool at http://www.lucidimagination.com/search/ Michael -Original Message- From: Todd McIndoo [mailto:tmcin...@speedyscan.biz] Sent: Wednesday, January 06, 2010 10:11 AM To: lucene-net-dev@lucene.apache.org Subject: Question Sorry if this is duplicate We

Question

2010-01-06 Thread Todd McIndoo
Sorry if this is duplicate We are using Lucene.net of version 2.0.0.4. I am trying to search a document which contains lots of PDFs. I want to search a document, which contains a specific word, using Lucene.net. We are yielding results in text documents but not in PDF. Is there something we hav