| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
2321 (0.372s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: SurroundQParser does not analyze the query text - Solr - [mail # user]
|
|
...The issue can certainly be "solved". But to me, it's actually a bit of a "feature" by design for the Lucene-level surround query parser to not do analysis, as it seems to have been mea...
|
|
|
Author: Erik Hatcher,
2013-05-16, 22:11
|
|
|
Re: Solritas truncates content - Solr - [mail # user]
|
|
...#field is defined in conf/velocity/VM_global_library.vm as: #macro(field $f) #if($response.response.highlighting.get($docId).get($f).get(0)) #set($pad = "") ...
|
|
|
Author: Erik Hatcher,
2013-05-14, 01:45
|
|
|
Re: Solr Boolean query help - Solr - [mail # user]
|
|
...Inner purely negative clauses aren't allowed by Lucene. (Solr supports top-level negative clauses, though, so works as expected) To get a nested negative clause to work, tr...
|
|
|
Author: Erik Hatcher,
2013-05-13, 20:18
|
|
|
Re: Solr 4.2.1 behavior with field names that use "|" character - Solr - [mail # user]
|
|
...Use underscore instead? It's really necessary for Solr to restrict the characters in a field name since they get used in various contexts and java identifier like seems reasona...
|
|
|
Author: Erik Hatcher,
2013-05-11, 20:33
|
|
|
Re: Index corrupted detection from http get command. - Solr - [mail # user]
|
|
...Would a non-successful /select?q={!cache=false}*:* query be sufficient? (if so, /admin/ping would do the trick) What's causing index corruption in your environment? That's ...
|
|
|
Author: Erik Hatcher,
2013-05-10, 13:10
|
|
|
Re: Maximum number of facet query ina single query - Solr - [mail # user]
|
|
...There's no fixed limit of facet.query's. But certainly there is a performance impact, which is often mitigated by warming and caching. You'll need to test the impact in your envi...
|
|
|
Author: Erik Hatcher,
2013-04-30, 12:40
|
|
|
Re: svn commit: r1476908 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/example/ solr/example/solr/collection1/conf/velocity/ - Lucene - [mail # dev]
|
|
...D'oh... Thanks Uwe! Erik On Apr 29, 2013, at 00:09 , [EMAIL PROTECTED] wrote: ...
|
|
|
Author: Erik Hatcher,
2013-04-29, 17:24
|
|
|
Re: Indexing PDF Files - Solr - [mail # user]
|
|
...Did you restart after adding those fields and types? On Apr 24, 2013, at 16:59, Furkan KAMACI wrote: ...
|
|
|
Author: Erik Hatcher,
2013-04-24, 21:18
|
|
|
Re: Solr faceted search UI - Solr - [mail # user]
|
|
...It's a pretty subjective and opinionated kinda thing here, as UIs are built with all sorts of technologies and even though I'm quite opinionated about how *I* would build something I work wi...
|
|
|
Author: Erik Hatcher,
2013-04-24, 15:00
|
|
|
Re: Indexing PDF Files - Solr - [mail # user]
|
|
...Also, at Solr startup time it logs what it loads from those elements, so you can see whether it is loading the files you intend to or not. Erik On Apr 24, 2013, at 10:05 ,...
|
|
|
Author: Erik Hatcher,
2013-04-24, 14:10
|
|
|
|