Sent from Outlook<http://aka.ms/weboutlook>
From: samuel kim
Sent: Monday, July 31, 2017 3:48 PM
To: solr-user@lucene.apache.org
Subject: unsubscribe
unsubscribe
Do you think it's a matter of days, weeks or months?> The current codebase does
not do field highlighting. It is something > that will be added in the near
future though, but if you need it > today you'll need to create a custom
request handler to implement it.> > Erik>
_
Hi all,
How do I get the return result to only return the contiguous relevant word
sequences separated by a "..."
Currently, it just returns the whole field.
Thanks
-sam
_
Search on the go: Try Windows Live(tm) Search for Mobile
Thanks a lot Chris,
Glad I didn't waste sleep over it.
-sam
Hi all,
I can successfully get the commands through using curl utility but
when I try to use Apache's HttpClient's post method, then things start not
working well.
The results come back with an error code of 200 even while the xml results
that are streamed back has a status of 0. At the co