Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
1k views

Sunspot highlights not appearing

I've gone through the docs in github: http://github.com/outoftime/sunspot to find solutions for highlighting, but it doesn't seem to work for me. My Job model has something like this block (omitted ...
4
votes
6answers
2k views

How to do hit-highlighting of results from a SQL Server full-text query

We have a web application that uses SQL Server 2008 as the database. Our users are able to do full-text searches on particular columns in the database. SQL Server's full-text functionality does not ...
2
votes
1answer
3k views

using hit highlighter in lucene

I have two questions regarding hit highlighter provided with apache lucene: see this function could you explain the use of token stream parameter. I have several large lucene document containing ...
1
vote
1answer
469 views

lucene get matched terms in query

what is the best way to find out which terms in a query matched against a given document returned as a hit in lucene? I have tried a weird method involving hit highlighting package in lucene contrib ...
0
votes
1answer
34 views

How does google books highlight text in a scanned image

If I do a keyword search here: http://books.google.com/ebooks/reader?id=s1gVAAAAYAAJ&printsec=frontcover&output=reader&pg=GBS.PA7 The highlighted text in the "flowing text" seems easy ...
0
votes
1answer
530 views

Making dtSearch highlight one hit per phrase, rather than one hit per word-in-a-phrase

I'm using dtSearch to highlight text search matches within a document. The code to do this, minus some details and cleanup, is roughly along these lines: SearchJob sj = new SearchJob(); sj.Request = ...