| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
1246 (1.105s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Customizing Solr GUI - Solr - [mail # user]
|
|
...Generally, your UI web pages should communicate with your own application layer, which in turn communicates with Solr, but you should try to avoid having Solr itself visible to t...
|
|
|
Author: Jack Krupansky,
2013-04-26, 16:57
|
|
|
Re: Exclude Pattern at Dynamic Field - Solr - [mail # user]
|
|
...No, other than to be explicit about individual patterns, which is better anyway. Generally, "*" is a crutch or experimental tool ("Let's just see what all the data and meta...
|
|
|
Author: Jack Krupansky,
2013-04-26, 16:53
|
|
|
Re: How to define a generic field to hold all undefined fields - Solr - [mail # user]
|
|
...A dynamic field with the name pattern "*" and a type of "string", stored="true", indexed="true" and multiValued="true" should be good enough for a "generic" field. Generall...
|
|
|
Author: Jack Krupansky,
2013-04-26, 13:45
|
|
|
Re: Document is missing mandatory uniqueKey field: id for Solr PDF indexing - Solr - [mail # user]
|
|
...Maybe you are confusing things by mixing instructions - there are SEPARATE instructions for directly using SolrCell and implicitly using it via post.jar. Pick which you want and ...
|
|
|
Author: Jack Krupansky,
2013-04-26, 12:45
|
|
|
Re: Prons an Cons of Startup Lazy a Handler? - Solr - [mail # user]
|
|
...Lazy startup simply means that you are willing to tolerate a slight delay on the first request to that request handler. It also has the side effect that if there are any problems...
|
|
|
Author: Jack Krupansky,
2013-04-26, 12:33
|
|
|
Re: Lucene native facets - Solr - [mail # user]
|
|
...Sure, but they are completely different conceptual models of faceting - Solr is dynamic, based on the actual data for the hierarchy, while Lucene is static, based on a predefined...
|
|
|
Author: Jack Krupansky,
2013-04-26, 12:30
|
|
|
Re: Solr Indexing Rich Documents - Solr - [mail # user]
|
|
...It's called SolrCell or the ExtractingRequestHandler (/update/extract), which the newer post.jar knows to use for some file types: http://wiki.apache.org/solr/ExtractingRequestHandler ...
|
|
|
Author: Jack Krupansky,
2013-04-26, 12:13
|
|
|
Re: Massive Positions Files - Solr - [mail # user]
|
|
...These are the "postings" for all terms - the lists of positions for every occurrence of every term for all documents. Sounds to me like it could be huge. Did you try a back...
|
|
|
Author: Jack Krupansky,
2013-04-25, 22:07
|
|
|
Re: Exact matching in Solr 3.6.1 - Solr - [mail # user]
|
|
...Well then just do an exact match ONLY! It sounds like you haven't worked out the inconsistencies in your requirements. To be clear: We're not offering you "solutions" - tha...
|
|
|
Author: Jack Krupansky,
2013-04-25, 15:25
|
|
|
Re: Exact matching in Solr 3.6.1 - Solr - [mail # user]
|
|
...It sounds as if your field type is doing stemming - mapping "cats" to "cat". That is a valuable feature of search, but if you wish to turn it off... go ahead and do so by editing...
|
|
|
Author: Jack Krupansky,
2013-04-25, 12:16
|
|
|
|