fulltextsearch « lucene.net « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » lucene.net » fulltextsearch 

1. PostgreSQL full-text search vs. NHibernate.Search via Lucene.Net    stackoverflow.com

I am considering whether to choose NHibernate.Search or PostgreSQL's embedded full-text search support for my current project. We are using, as you have already guessed, PostgreSQL RDBMS with NHibernate ORM on ...

2. Lucene .NET 2.3.2 Security Exception - Medium trust Issues    stackoverflow.com

I'm only partially able to get Lucene .NET to work on GoDaddy. It throws a security exception on this line: Hits hits = searcher.Search(query, filter); Here are the details of this exception:

Description: ...

3. How can I index HTML documents?    stackoverflow.com

I am using Lucene .NEt to do full-text searching. Till now I have been indexing PDF docs, but now I have a few webpages that I need to index. ...

4. Resources for getting started with Lucene.Net?    stackoverflow.com

I'm building a simple site that allows users to post text content and I want to add it to a search index as it gets posted, so my site search is ...

5. What are the downsides of using Lucene?    stackoverflow.com

I'm thinking about using Lucene in my project to do very fast searches. I know that Lucene creates its own files where it keeps all the data/indexes. I wonder what are ...

6. inverse document frequency    stackoverflow.com

The inverse document freqency is defined as follows: IDF(term,document) = tf(term) * log(1 + n/df(term)) where tf(term) = 'frequency of term in document', n = 'number of documents', df(term) = 'number of docs ...

7. Lucene .Net- What is a good method for creating index that is more complicated that key/value?    stackoverflow.com

I'm starting a project in which we are trying to index the contents of XML documents with Lucene .Net. In the little documentation I have found it seems that indexes can ...

8. Lucene.NET - getting corrupt indices on server shutdowns    stackoverflow.com

So I'm very happy with the Lucene.NET implementation on a current site other than the odd occasional index corruption. I won't get any errors but I'll start noticing results coming ...

9. Search criteria for Lucene Examine    stackoverflow.com

I'm trying to compose a reasonable search mechanism for a website which contains infomation stroed in text articles. I'm doing the search in umbraco lucene's examine. So, the let's say the fields ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.