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. > In our case, logs a

Re: Stemming Help

2016-06-05 Thread Georg Sorst
Without having more context: How do you know that it is not working? What is the output you are getting in the analysis tool? Do the analysis steps in the output match your configuration? Are you sure you selected the right field / field type before running the analysis? Jamal, Sarfaraz schrieb

Re: Stemming Help

2016-06-05 Thread Doug Turnbull
What output are you seeing exactly from the analysis UI? It's also interesting you're not lowercasing after tokeinzation. On Sun, Jun 5, 2016 at 10:42 AM Georg Sorst wrote: > Without having more context: > > How do you know that it is not working? > What is the output you are getting in the anal

Re: Getting a list of matching terms and offsets

2016-06-05 Thread Ahmet Arslan
Hi, May be org.apache.lucene.search.spans.TermSpans ? On Sunday, June 5, 2016 7:59 AM, Alexandre Rafalovitch wrote: It sounds like TermVector component's output: https://cwiki.apache.org/confluence/display/solr/The+Term+Vector+Component Perhaps with additional flags enabled (e.g. tv.offsets

language configuration in update extract request handler

2016-06-05 Thread SIDDHAST® Roshan
Hi All, we are using the application for indexing and searching text using solr. we refered the guide posted http://hortonworks.com/hadoop-tutorial/indexing-and-searching-text-within-images-with-apache-solr/ Problem: we are want to index hindi images. we want to know how to set configuration para

Re: Getting a list of matching terms and offsets

2016-06-05 Thread Justin Lee
Thanks for the responses Alex and Ahmet. The TermVector component was the first thing I looked at, but what it gives you is offset information for every token in the document. I'm trying to get a list of tokens that actually match the search query, and unless I'm missing something, the TermVector

Help needed on Solr Streaming Expressions

2016-06-05 Thread Hui Liu
Hi, I have Solr 6.0.0 installed on my PC (windows 7), I was experimenting with 'Streaming Expression' feature by following steps from this link: https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions, but cannot get it to work, attached is my solrconfig.xml and sch

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 would be index and stor

Re: Getting a list of matching terms and offsets

2016-06-05 Thread Ahmet Arslan
Well debug query has the list of token that caused match. If i am not mistaken i read an example about span query and spans thing. It was listing the positions of the matches. Cannot find the example at the moment.. Ahmet On Sunday, June 5, 2016 9:10 PM, Justin Lee wrote: Thanks for the respon

Re: Getting a list of matching terms and offsets

2016-06-05 Thread Justin Lee
Thanks, yea, I looked at debug query too. Unfortunately the output of debug query doesn't quite do it. For example, if you use a wildcard query, it will simply explain the score associated with that wildcard query, not the actual matching token. In order words, if you search for "hour*" and the

Index time Dates format when time is not needed

2016-06-05 Thread Steven White
Hi everyone, I'm using "solr.DateRangeField" data type to index my dates data and based on [1] the format of the dates data is "-MM-DDThh:mm:ssZ". In my case, I have no need to search on time, just dates. I started by indexing my dates data as "2016-06-01" but Solr threw an exception. I the

Re: Getting a list of matching terms and offsets

2016-06-05 Thread Ahmet Arslan
Hi Lee, May be you can find useful starting point on https://issues.apache.org/jira/browse/SOLR-1397 Please consider to contribute when you gather something working. Ahmet On Sunday, June 5, 2016 10:37 PM, Justin Lee wrote: Thanks, yea, I looked at debug query too. Unfortunately the outpu

Re: Cloud Solr 5.3.1 + 6.0.1 cannot delete documents

2016-06-05 Thread Moritz Becker
I just checked the shards again (with &distrib=false) and it seems that I was mistaken, the document does *not* reside in _different_ shards - everything good in this respect. However, I still have the issue that deleteById those not work whereas deleteByQuery works. Specifically, the following li

Multilingual Solr

2016-06-05 Thread Riedl, Johannes
Hi all, we are currently in search of a solution for switching between different languages in the query results and keeping the possibility to perform a search in several languages in parallel. The overall aim would be a constant field name and a an additional Solr parameter "lang=XX_YY" that

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 wrote: > > > > Hi , > > > > i would

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-06-05 Thread John Bickerstaff
Yes, query parameters/modifications mentioned in the readme. Beyond those I don't have useful advice at this point On Jun 4, 2016 10:56 PM, "MaryJo Sminkey" wrote: > On Sat, Jun 4, 2016 at 11:47 PM, John Bickerstaff < > j...@johnbickerstaff.com> > wrote: > > > MaryJo - I'm on vacation but can't

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" > wrote: > > > You can ship SOLR logs to Logsene