Re: Indexing logs in Solr

2016-06-06 Thread Anil
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

Re: Indexing logs in Solr

2016-06-05 Thread Anil
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"

Re: Indexing logs in Solr

2016-06-05 Thread Joe Lawson
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

Re: Indexing logs in Solr

2016-06-05 Thread Otis Gospodnetic
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

Re: Indexing logs in Solr

2016-06-05 Thread SIDDHAST® Roshan
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.

Re: Indexing logs in Solr

2016-06-05 Thread Anil
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.

Re: Indexing logs in Solr

2016-06-05 Thread Ilan Schwarts
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

Indexing logs in Solr

2016-06-05 Thread Anil
Hi , i would like to index logs using to enable search on it in our application. The problem would be index and stored size as log files size would go upto terabytes. is there any way to use highlight feature without storing ? i found following link where Benedetti Alessandro mentioned about