| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
1233 (4.667s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Solr - WordDelimiterFactory with Custom Tokenizer to split only on Boundires - Solr - [mail # user]
|
|
...The WDF "types" will treat a character the same regardless of where it appears. For something conditional, like dot between letters vs. dot lot preceded and followed by a l...
|
|
|
Author: Jack Krupansky,
2013-04-24, 15:16
|
|
|
Re: solr.StopFilterFactory doesn't work with wildcard - Solr - [mail # user]
|
|
...Well, what is happening is that the query parser detects a "prefix query" ("series*") and then does a term analysis on the prefix alone ("series"), which you probably have in you...
|
|
|
Author: Jack Krupansky,
2013-04-24, 14:35
|
|
|
Re: Fields issue 4.2.1 - Solr - [mail # user]
|
|
...Field names don't absolutely have to follow Java naming conventions, but if they don't then they are not GUARANTEED to work in all contexts in Solr. The fl parameter is one of th...
|
|
|
Author: Jack Krupansky,
2013-04-24, 14:20
|
|
|
Re: EdgeGram filter - Solr - [mail # user]
|
|
...Yeah, that’s the problem with Lucene/Solr doc. Sigh. Somebody needs to cover this material in a book. Oh yeah... we are - I'll let you know when early access begins. Actually, I ...
|
|
|
Author: Jack Krupansky,
2013-04-24, 01:11
|
|
|
Re: Export Index and Re-Index XML - Solr - [mail # user]
|
|
...When you export, explicitly list only the fields that you normally specify when adding a document. So, exclude _version_, which Solr will add. From: Kalyan Kuram Sent: Tuesday, ...
|
|
|
Author: Jack Krupansky,
2013-04-24, 00:53
|
|
|
Re: Book text with chapter line number - Solr - [mail # user]
|
|
...There is no simple, obvious, and direct approach, right out of the box. Sure, you can highlight passages of raw text, right out of the box, but that won't give you chapters, page...
|
|
|
Author: Jack Krupansky,
2013-04-23, 22:04
|
|
|
Re: minGramSize - Solr - [mail # user]
|
|
...Why are you bothering to use an Edge/NGram filter if you are setting the minGramSize to the token size?!! I mean, why bother - just skip the Edge/NGrem filter and it would give t...
|
|
|
Author: Jack Krupansky,
2013-04-23, 21:44
|
|
|
Re: Update on shards - Solr - [mail # user]
|
|
...Yeah, I'm confused now too. Do all Solr nodes in a distributed cloud really have to run in the same container type?? Why isn't it just raw HTTP for one cloud no to talk to anothe...
|
|
|
Author: Jack Krupansky,
2013-04-23, 18:39
|
|
|
Re: EdgeGram filter - Solr - [mail # user]
|
|
...Well, you could copy to another field (using copyField) and then have an analyzer with a LimitTokenCountFilterFactory that accepts only 1 token, and then apply the EdgeNGramFilte...
|
|
|
Author: Jack Krupansky,
2013-04-23, 18:36
|
|
|
Re: What to test, calculate, measeure for a pre-production version of SolrCloud? - Solr - [mail # user]
|
|
...Another aspect I neglected to mention: Think about distinguishing between "development", "test", and "production" systems - all separately. Your development system is whether you...
|
|
|
Author: Jack Krupansky,
2013-04-23, 14:10
|
|
|
|