| clear query|facets|time |
Search criteria: KStemFilterFactory.
Results from 51 to 56 from
56 (0.585s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Custom Query Processing - Solr - [mail # user]
|
|
...Anything is an option, but I think I found another way. I am going to add a new SearchComponent which reads some additional query parameters and builds the appropriate filter. On Tue...
|
|
|
Author: Jamie Johnson,
2011-06-29, 18:08
|
|
|
Edismax and leading wildcards - Solr - [mail # user]
|
|
...My schema.xml currently has a content field and a content_rev field which is the field run through the reversed wild card filter, my question is does Edismax support using this field...
|
|
|
Author: Jamie Johnson,
2011-07-19, 14:55
|
|
|
SolrJ and Range Faceting - Solr - [mail # user]
|
|
...Currently the range and date faceting in SolrJ acts a bit differently than I would expect. Specifically, range facets aren't parsed at all and date facets end up generating filter...
|
|
...Queries which don't have the range, just the lower bound. Is there a reason why SolrJ doesn't support these? I have written some things on my end to handle these and generate filterQueries for date...
|
|
|
Author: Jamie Johnson,
2011-06-02, 16:22
|
|
|
Including phonetic search in text field - Solr - [mail # user]
|
|
....e. performance, index size, etc)? Any insight/guidance would be greatly appreciated. Also if anyone could point me to what exactly filters do (docs) I would appreciate it. My assumption...
|
|
... is that they inject additional tokens based on the specific filter class. Am I correct? ...
|
|
|
Author: Jamie Johnson,
2011-05-23, 19:43
|
|
|
Re: SolrJ and Range Faceting - Solr - [mail # user]
|
|
...Thanks Martijn. I pulled your patch and it looks like what I was looking for. The original FacetField class has a getAsFilterQuery method which returns the criteria to use as an fq...
|
|
...Facet { public Numeric(String name, Number start, Number end, Number gap) { super(name, start, end, gap); } public String getAsFilterQuery(){ Double end = this...
|
[+ show more]
[- hide]
| ... with currently) public String getAsFilterQuery(){ RangeFacet.Date dateCount (RangeFacet.Date)count.getRangeFacet(); DateMathParser parser = new Date... |
|
|
Author: Jamie Johnson,
2011-06-06, 17:16
|
|
|
Solr Highlighting and fqs - Solr - [mail # user]
|
|
... the information they are looking for by adding fqs so the initial query is usually something like "John" and a user may come along and do a query to filter that with something like "Smith", I'd like...
|
|
|
Author: Jamie Johnson,
2011-06-17, 19:48
|
|
|
|