ASP.NET newbie here I have coded up an ASP.NET website and running on win\'08 (remotely hosted). The application queries 11 very large Lucene indexes(e开发者_开发百科ach ~100GB). I open IndexSearcher
I\'m working on a project for which I want to build a tag cloud by reading a Lucene index and pruning it down. I didn\'t set up the L开发者_如何学运维ucene engine, it was someone else in the team, now
I\'ve got a database with a lot of books in it. I\'ve got fields like title, descriptions, authors etc.
Even after passing a sortfield, score of the document is effecting the sort order of the search results. Is there a way to make lucene to ignore the document score when a specific sort field is passed
Does anyone already use LinqToLucene with NHibernate.Search? H开发者_运维技巧ow to getting started ?
i am trying to import data from mysql following this link http://www.cabotsolutions.com/blog/200905/using-solr-lucene-for-full-text-search-with-mysql/
开发者_高级运维Do you have any idea how to access files in WEB-INF/index folder from my application? I\'m using OpenCMS for my application and I want to open a Lucene search index (with the help of Lu
Using Lucene.Net 2.4.0 is there some kind of built-in support for joining the results of two different queries that target the same index, similar to the support for targeting two or more indexes with
I am a Symfony developer and my web server is Linux. I already use the sfLucene plugin. What is the simplest way of indexing PDF files for search on a Linux PHP server?
I have some documents stored in a Lucene index with a docId field. I want to get all docIds stored in the index. There is also a problem. Number of documents is about 300 000 so I would prefer to get