| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
4379 (1.064s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Hourly Faceting - Solr - [mail # user]
|
|
...At index time, add an hour field and then just field.facet on that. If you want to search/facet on something that you have available at index time... index it that way :) rather than ...
|
|
|
Author: Erik Hatcher,
2013-02-09, 10:54
|
|
|
Re: Multi-select faceting is not working when facet fields are configured in default request handler. - Solr - [mail # user]
|
|
...How was your facet.field defined in the request handler? My guess is it needs to be moved to an "appends" section. Erik On Feb 7, 2013, at 4:11, Jan Høydahl...
|
|
|
Author: Erik Hatcher,
2013-02-07, 12:17
|
|
|
[SOLR-381] delete-by-query does not support purely negative queries - Solr - [issue]
|
|
...Reported by Rob Casson:indexing the example docs from 1.2, these steps work:curl http://localhost:8983/solr/update --data-binary'<delete><query>solr</query></delete>'...
|
|
|
http://issues.apache.org/jira/browse/SOLR-381
Author: Erik Hatcher,
2013-01-31, 19:36
|
|
|
[SOLR-3735] Relocate the example mime-to-extension mapping - Solr - [issue]
|
|
...A mime-to-extension mapping was added to VelocityResponseWriter recently. This really belongs in the templates themselves, not in VrW, as it is specific to the example search results n...
|
|
|
http://issues.apache.org/jira/browse/SOLR-3735
Author: Erik Hatcher,
2013-01-24, 06:33
|
|
|
[SOLR-3880] /browse "jEOE" should be "Cat" instead - Solr - [issue]
|
|
...The /browse UI, after indexing the example docs (java -jar post.jar *.xml), shows:In Stock: truejEOE: software search That "jEOE" is errant, originating from example/solr/example/collection1...
|
|
|
http://issues.apache.org/jira/browse/SOLR-3880
Author: Erik Hatcher,
2013-01-24, 06:33
|
|
|
Re: different result for 'OR' - Lucene - [mail # general]
|
|
...OR should be in all caps there. Erik On Jan 21, 2013, at 7:34, Jeroen Venderbosch wrote: ...
|
|
|
Author: Erik Hatcher,
2013-01-21, 13:24
|
|
|
Re: Question on Solr Velocity Example - Solr - [mail # user]
|
|
...On Jan 18, 2013, at 14:47 , O. Olson wrote: Great question. $response is as described here You can navigate Solr's javadocs (or via IDE and the source code as I do) to tra...
|
|
|
Author: Erik Hatcher,
2013-01-18, 21:20
|
|
|
Re: Velocity in Multicore - Solr - [mail # user]
|
|
...Paul - In case you haven't already sussed this one out already, the likely issue is that each core is separately configured and only the single core example collection1 core comes with...
|
|
|
Author: Erik Hatcher,
2013-01-18, 21:13
|
|
|
Re: Auto completion - Solr - [mail # user]
|
|
...In the default /browse suggest, it's wired together with the 'name' field in a couple of places: head.vm: 'terms.fl': 'name', suggest.vm: #foreach($t in $response.r...
|
|
|
Author: Erik Hatcher,
2013-01-18, 20:57
|
|
|
Re: SolrJ | Atomic Updates | How works exactly? - Solr - [mail # user]
|
|
...There's several JIRA issues, but I several were duplicates of the same underlying issue: Erik On Jan 13, 2013, at 19:49 , Upayavira wrote: ...
|
|
|
Author: Erik Hatcher,
2013-01-14, 02:50
|
|
|
|