Home
|
About
|
Sematext
search-lucene.com
search-hadoop.com
Search
clear
query
|
facets
|
time
Search criteria:
KStemFilterFactory
. Results from
1
to
4
from
4
(3.015s).
Loading phrases to help you
refine your search...
KStemmer for Solr 3.x +
-
Solr
- [mail # user]
...Is there any compatible KStemmer (com.lucidimagination.solrworks.analysis.Lucid
KStemFilterFactory
) or equivalent that works well with 3.1? If not, what would be a decent alternative...
Author:
Mark
, 2011-04-08, 18:48
Custom search
filters
-
Solr
- [mail # user]
...Hi all, I am trying to use a custom search
filter
(org.apache.lucene.search.
Filter
) but I am unsure of where I should configure this. Would I have to create my own Search...
Author:
Mark
, 2011-03-09, 03:04
Caching
filter
question / code review
-
Solr
- [mail # user]
...I created the following SearchComponent that wraps a deduplicate
filter
around the current query and added it to last-components. It appears to be working, but is there any way I can...
... improve the performance? Would this be considered and added to the filtercache? Am I even caching correctly? Thanks for any input/suggestions ... private Map
filters
ByField = new Hash...
[+ show more]
[- hide]
..."); }
Filter
filter
=
filters
ByField.get(field); if (
filter
== null) {
filter
= new CachingWrapper
Filter
(new Duplicate
Filter
(field, Duplicate
Filter
.KM_USE_FIRST_OCCURRENCE, Duplicate
Filter
...
....PM_FAST_INVALIDATION));
filters
ByField.put(field,
filter
); } rb.get
Filters
().add(new
Filtered
Query(rb.getQuery(),
filter
)); } } ... ...
Author:
Mark
, 2011-03-10, 01:49
Removing duplicates
-
Solr
- [mail # user]
...I know that I can use the SignatureUpdateProcessor
Factory
to remove duplicates but I would like the duplicates in the index but remove them conditionally at query time. Is there any easy...
Author:
Mark
, 2011-02-18, 23:51
1
Sort:
time-biased relevance
relevancy
newest on top
oldest on top
project
Solr (4)
Lucene (1)
Mahout (1)
type
mail # user (4)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (4)
author
Chris Hostetter (850)
Yonik Seeley (589)
Erick Erickson (460)
Robert Muir (382)
Uwe Schindler (325)
Jack Krupansky (302)
Michael McCandless (237)
Ahmet Arslan (223)
Erik Hatcher (211)
Grant Ingersoll (199)
Otis Gospodnetic (199)
Mark Miller (159)
Ryan McKinley (153)
Markus Jelsma (149)
Lance Norskog (144)
Mark
All projects made searchable here are trademarks of the Apache Software Foundation. Service operated by
Sematext