Hi,
I have the following code:
*QueryScorer scorer = new QueryScorer(query, "context");*
*Highlighter highlighter = new Highlighter(scorer);*
*String fragment = highlighter.getBestFragment(new StandardAnalyzer(),
"content", hDoc.getContent());*
but I get the following error since I've switched t
Hi All,
If a search is made from lucene facet(taxonomy search) , while taxonomy
indexing is in progress the application is getting blocked no further is
indexing is happening. My application is multithreaded. Kindly reply to this
mail,
Thanks,
Biltu
Hmm, this should not be the case: both TaxonomyIndexWriter and IndexWriter
let you index new documents completely concurrently with near-real-time
readers searching their already point-in-time snapshots.
Can you give some more specifics about how you are indexing and searching
facets, and where sp
Hi all,
When i run this Apache tika with jnius sample code, it works.
import os
os.environ['CLASSPATH'] = "tika-app-1.7.jar"
from jnius import autoclass
## Import the Java classes we are going to need
Tika = autoclass('org.apache.tika.Tika')
Metadata = autoclass('org.apache.tika.metadata.Metadat
Hi All,
If a search is made from lucene facet(taxonomy search) , while taxonomy
indexing is in progress the application is getting blocked no further is
indexing is happening. My application is multithreaded. Kindly reply to this
mail,
Thanks,
Biltu