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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo