solrnet « 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 » solrnet 

1. How Grouping can be achieved in Solrnet/Solr(Lucene)?    stackoverflow.com

I have Lucene files indexed according to pageIds (UniqueKey). and one document can have multiple pages. Now once user perform some search it gives us pages that matches search criteria. I am ...

2. Solr Index appears to be valid - but returns no results    stackoverflow.com

Solr newbie here. I have created a Solr index and write a whole bunch of docs into it. I can see from the Solr admin page that the docs exist and the ...

3. How do I get solr term frequency?    stackoverflow.com

I have a question that how could somebody get term frequency as we do get in lucene by the following method DocFreq(new Term("Field", "value")); using solr/solrnet.

4. Is any work being done on a .Net port of Solr?    stackoverflow.com

I'm looking to embed Solr as a library in a .Net app. I understand that there is an embedded Java client which queries a Solr core directly, and I ...

5. solr search for documents where a field doesnt exist    stackoverflow.com

How do I search for those document in a SOLR index which do not contain a specified field?

6. Creating Lucene Index On SQL Server Database    stackoverflow.com

I am creating a custom web application in C# .NET and I have a completely custom built database schema. I need a search engine application which is comprehensive enough to search ...

7. SolrNet + NHibernate integration    stackoverflow.com

I currently use NHibernate.Search in my app which works fine, however i now need to move to Solr because I need to load-balance my application. I have the basics setup and ...

8. How to filter a MoreLikeThis Query    stackoverflow.com

I am using SOLR and trying to filter a MoreLikeThis query. Every time I do the filter I come up with zero results. Here is the code I am using:

var results ...

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.