| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
97 (0.367s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Missing facet values for zero counts - Solr - [mail # user]
|
|
...I don't understand why you would want to show Sweden if it isn't in the index, what will your UI do if the user selects Sweden? However, one way to handle this would be to make a secon...
|
|
|
Author: kenf_nc,
2010-09-29, 18:08
|
|
|
Re: Re:The search response time is too loong - Solr - [mail # user]
|
|
..."mem usage is over 400M", do you mean Tomcat mem size? If you don't give your cache sizes enough room to grow you will choke the performance. You should adjust your Tomcat settings to let th...
|
|
|
Author: kenf_nc,
2010-09-27, 12:37
|
|
|
Re: Searches with a period (.) in the query - Solr - [mail # user]
|
|
...Do you have any other Analyzers or Formatters involved? I use delimiters in certain string fields all the time. Usually a colon ":" or slash "/" but should be the same for a period. I've nev...
|
|
|
Author: kenf_nc,
2010-09-23, 12:29
|
|
|
Re: How can I delete the entire contents of the index? - Solr - [mail # user]
|
|
...Quick tangent... I went to the link you provided, and the delete part makes sense. But the next tip, how to re-index after a schema change. What is the point of step 5. S...
|
|
|
Author: kenf_nc,
2010-09-23, 12:22
|
|
|
Re: Solr Reporting - Solr - [mail # user]
|
|
...keep in mind that the paradigm isn't completely useless, the str is a data type (string), it can be int, float, double, date, and others. So to not lose any information you may want to...
|
|
|
Author: kenf_nc,
2010-09-23, 12:16
|
|
|
Re: Searches with a period (.) in the query - Solr - [mail # user]
|
|
...Could it be a case-sensitivity issue? The StrField type is not analyzed, but indexed/stored verbatim. (from the schema comments). If you are looking for ab.pqr but it is in fact ab.Pqr...
|
|
|
Author: kenf_nc,
2010-09-23, 01:18
|
|
|
Re: Index partitioned/ Full indexing by MSSQL or MySQL - Solr - [mail # user]
|
|
...You don't give an indication of size. How large are the documents being indexed and how many of them are there. However, my opinion would be a single index with an 'active' flag. In your que...
|
|
|
Author: kenf_nc,
2010-09-17, 12:37
|
|
|
Re: Get all results from a solr query - Solr - [mail # user]
|
|
...Chris, I agree, having the ability to make rows something like -1 to bring back everything would be convenient. However, the 2 call approach (q=blah&rows=0 followed by q=blah&rows=numFound) ...
|
|
|
Author: kenf_nc,
2010-09-17, 12:30
|
|
|
Re: DataImportHandler with multiline SQL - Solr - [mail # user]
|
|
...Sounds like you want the http://wiki.apache.org/solr/DataImportHandler#CachedSqlEntityProcessor CachedSqlEntityProcessor it lets you make one query that is cached locally and can...
|
|
|
Author: kenf_nc,
2010-09-17, 12:24
|
|
|
Re: Can i do relavence and sorting together? - Solr - [mail # user]
|
|
...Those are at least 3 different questions. Easiest first, sorting. add &sort=ad_post_date+desc (or asc) for sorting on date, descending or ascending &nb...
|
|
|
Author: kenf_nc,
2010-09-17, 12:05
|
|
|
|