Hi Eric and Benedetti Alessandro*,*
do you have any inputs on the solution given the following link ?
http://lucene.472066.n3.nabble.com/Highlighting-for-non-stored-fields-td1773015.html
Thanks,
Anil
On 5 June 2016 at 11:56, Anil wrote:
> Thanks IIan. I will look into this.
> In our case, logs
Any external application wont be integrated with our application.
are there any custom solr highlighter ? Thanks.
On 6 June 2016 at 04:12, Joe Lawson
wrote:
> Flume and Logstash can both ship to Solr.
> On Jun 5, 2016 2:11 PM, "Otis Gospodnetic"
> wrote:
>
> > You can ship SOLR logs to Logsene
Flume and Logstash can both ship to Solr.
On Jun 5, 2016 2:11 PM, "Otis Gospodnetic"
wrote:
> You can ship SOLR logs to Logsene or any other log management service and
> not worry too much about their storage/size.
>
> Otis
>
> > On Jun 5, 2016, at 02:08, Anil wrote:
> >
> > Hi ,
> >
> > i would
You can ship SOLR logs to Logsene or any other log management service and not
worry too much about their storage/size.
Otis
> On Jun 5, 2016, at 02:08, Anil wrote:
>
> Hi ,
>
> i would like to index logs using to enable search on it in our application.
>
> The problem would be index and stor
hi anil,
as i know storing is required for highlighting and KWIC in solr.
one way you can do it is do not store logs in solr and retrieve them
directly from file or DB and highlight via regular expression
Roshan
On 6/5/16, Anil wrote:
> Thanks IIan. I will look into this.
> In our case, logs a
Thanks IIan. I will look into this.
In our case, logs are attached to some application information and its
linked to other product information.
Based on the log information, user will be navigated to other features of
product. So we cannot directly decouple log search from our application.
Thanks
How about using "logstash" for this? I know its ES and not solr, but it is
a free tool that is out there and no need to re-invent the wheel
On Jun 5, 2016 9:09 AM, "Anil" wrote:
> Hi ,
>
> i would like to index logs using to enable search on it in our application.
>
> The problem would be index a