We plan to use lucene as FTI-service. Amongst other things, we want to build a tag-index, based on a tag-attribute of our documents that simply contains space-delimited tags.
Now for suggesting ...
I need the list of all search keyword(term) i.e. indexed in lucene index. I googled for it. but, i didn't get the solution. Is it possible to get the list of ...
I have a large document with various sections. Each section has a list of keywords /phrases of interest. I have a master list of keywords/phrases stored as a String array. ...
I have a Lucene search working great on an existing Sitecore website, but recently I discovered the Meta tags don't seem to be included in the indexes. This is not ...
I have a lucene application and it work's well, index and search, except when I want to search 1 field unstored AND 1 field keyword (I have only this 2 kind ...
First post on StackOverflow, but I've always looked to this site as a great source of shared knowledge, and I'm excited to see what comes up from this question.
As I feel ...
I dabbled with solr but couldn't figure out a way to tailor it to my reuqirement.
What I have :
A bunch of PDF files.
A set of keywords.
What I am trying to achieve ...