Tagged Questions

0
votes
1answer
10 views

Lucene.net intermitantly indexed documents not appearing in the

I've got an issue which shows up intermitantly in my unit tests and I can't work out why. The unit test itself is adding multiple documents to an index, then trying to query the i …
1
vote
1answer
32 views

Storing relational data in a Lucene.NET index

I'm currently trying to implement a Lucene.NET based search on a large database and I've hit a snag trying to do a search on what is essentially relational data. At a high level t …
0
votes
0answers
16 views

Trouble searching for acronyms in Lucene.NET

I'm currently working on a Lucene.NET full-text search implementation. For the most part it's going quite well but I'm having a few issues revolving around acronyms in the data... …
0
votes
1answer
33 views

Can someone explain to me what this GetCardinality method is doing?

I've been looking into faceted search with Lucene.NET, I've found a brilliant example here which explains a fair amount, apart from the fact that it completely overlooks the functi …
4
votes
3answers
94 views

How far behind the original is Lucene.Net?

I've noticed that Lucene recently released v2.9 (on 25th September this year - 2009), whereas Lucene.Net appears to be v2.0 (released back in 2007): Does the v2.0 of Lucene.net c …
0
votes
2answers
42 views

Lucene.NET on shared hosting

I'm trying to get Lucene.NET to work on a shared hosting environment. Mascix over on codeproject outlines here how he got this to work on godaddy. I'm attempting this on isqsoluti …
0
votes
2answers
52 views

Realtime Web Search (in .Net)

Hi, How would you guys go about creating a "real-time" search engine on .Net platform. Near real-time search of the web is so popular nowadays and I was hoping you guys would hel …
2
votes
7answers
631 views

Need Lucene query optimization advice

Hi there, Am working on web based Job search application using Lucene.User on my site can search for jobs which are within a radius of 100 miles from say "Boston,MA" or any other …
1
vote
2answers
43 views

SQl Server 2008 FILESTREAM, Indexing Services, and FTS

I need to implement a service to search PDFs. Initially I started using SQL Server 2008 FTS, but soon realized that my PDFs would have to be stored in the DB itself. I was then p …
1
vote
2answers
67 views

Help needed figuring out reason for maxClauseCount is set to 1024 error

Hi, I've two sets of search indexes. TestIndex (used in our test environment) and ProdIndex(used in PRODUCTION environment). Lucene search query: +date:[20090410184806 TO 20091007 …
1
vote
1answer
36 views

How to combine full-text searching and filtering with lucene.Net

I'm constructing a simple search form for our support ticket database using Lucene.Net, and I want to add the ability to filter, for example to filter results by ticket status. Wh …
0
votes
1answer
44 views

Lucene.NET: Best way to process keyword snippets from document text

I'm using Lucene.Net to implement a search website (to search PDFs). Once the keyword is entered, I display the results, and when one of the result items is clicked, I want to take …
1
vote
2answers
67 views

Boosting Multi-Value Fields

I have a set of documents containing scored items that I'd like to index. Our data structure looks like: Document ID Text List<RelatedScore> RelatedScore ID Scor …
1
vote
3answers
56 views

Using Lucene.Net, what indexing stategy should I use here?

I'm trying to build a search for our internal support database - each support ticket consists of many emails and I'm trying to work out how best to index it: Should I create a do …
1
vote
2answers
32 views

Inflectional forms of verbs using DBsight lucene?

I know dbsight allows synonyms and stop words for searching but does this take care of inflectional forms of a verb too e.g. for 'swim' it should find swim, swims, swimming, swam, …

1 2 3 4 5 13 next
15 30 50 per page