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 ...
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 ...
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.
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 ...
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 ...