| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
277 (1.44s).
|
|
|
Loading phrases to help you refine your search...
|
|
regex and highlighter component: highlight and return individual fragments inside a snippet - Solr - [mail # user]
|
|
...Hello! I'm playing with the regex feature of highlighting in SOLR. The regex I have is pretty simple and, given a keyword query, it hits in a few places inside each document. Is there ...
|
|
|
Author: Dmitry Kan,
2013-01-14, 13:14
|
|
|
Re: Which token filter can combine 2 terms into 1? - Solr - [mail # user]
|
|
...Hi, Have a look onto TokenFilter. Extending it will give you access to a TokenStream. Regards, Dmitry Kan On Fri, Dec 21, 2012 at 9:05 AM, Xi Shen wrote: ...
|
|
|
Author: Dmitry Kan,
2012-12-27, 08:26
|
|
|
Re: using PositionIncrementAttribute to increment certain term positions to large values - Solr - [mail # user]
|
|
...Hi, answering my own question for the records: the experiments show that the described functionality is achievable with the TokenFilter class implementation. The only caveat though, is...
|
|
|
Author: Dmitry Kan,
2012-12-27, 08:13
|
|
|
Re: Question on WordDelimiterFilterFactory use - Solr - [mail # user]
|
|
...Hi, Have you tried looking at admin analysis page? You can see how i-pod gets indexed and highlight query results there too. Best, Dmitry Kan On Wed, Dec 26, 2012 at ...
|
|
|
Author: Dmitry Kan,
2012-12-26, 20:36
|
|
|
using PositionIncrementAttribute to increment certain term positions to large values - Solr - [mail # user]
|
|
...Dear list, We are currently evaluating proximity searches ("term1 term2" ~slope) for a specific use case. In particular, each document contains artificial delimiter characters (one cha...
|
|
|
Author: Dmitry Kan,
2012-12-19, 08:53
|
|
|
Re: error opening index solr 4.0 with lukeall-4.0.0-ALPHA.jar - Solr - [mail # user]
|
|
...Hi, Thanks for the package, it is useful. I decided to adapt it to Lucene trunk (ver. 5.0-SNAPSHOT). The package with the source code and a binary (dir: target) can be found along the ...
|
|
|
Author: Dmitry Kan,
2012-12-09, 21:25
|
|
|
Re: Is leading wildcard search turned on by default in Solr 3.6.1? - Solr - [mail # user]
|
|
...Just a quick comment from our experience: since we have quite a lot of data indexed in our Solr, we take some extra measures to ensure, no bogus wild-card queries are accepted by the system ...
|
|
|
Author: Dmitry Kan,
2012-11-13, 13:27
|
|
|
Re: More references for configuring Solr - Solr - [mail # user]
|
|
...Hi, here are some resources: http://wiki.apache.org/solr/ (Solr wiki) http://lucene.apache.org/solr/books.html (books published on Solr) the goes googling on a specific topic. Bu...
|
|
|
Author: Dmitry Kan,
2012-11-11, 10:24
|
|
|
Re: My latest solr blog post on Solr's PostFiltering - Solr - [mail # user]
|
|
...I guess the url should have been: http://hokiesuns.blogspot.com/2012/11/using-solrs-postfiltering-to-collect.html i.e. without 'and' in the end of it. On Fri, Nov 9, 2012 ...
|
|
|
Author: Dmitry Kan,
2012-11-09, 10:05
|
|
|
Re: how to use tokenizer in solr under jetty? - Solr - [mail # user]
|
|
...By specifying the tokenizer in question as a filter in schema.xml for your text field type. In case it is your custom tokenizer, it must adhere to the Lucene / SOLR API to submit tokens prop...
|
|
|
Author: Dmitry Kan,
2012-11-09, 06:56
|
|
|
|