| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
97 (0.151s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Data Import Handler Query - Solr - [mail # user]
|
|
...It may not be the data config. Do you have the fields in the schema.xml that the image data is going to set to be multiValued="true"? Although, I would think the last image would be st...
|
|
|
Author: kenf_nc,
2010-08-11, 20:15
|
|
|
Re: Delta-import with solrj client - Solr - [mail # user]
|
|
...Short answer is no, there isn't a way. Solr doesn't have the concept of 'Update' to an indexed document. You need to add the full document (all 'columns') each time any one field changes. If...
|
|
|
Author: kenf_nc,
2010-08-11, 11:37
|
|
|
Re: DIH and multivariable fields problems - Solr - [mail # user]
|
|
...Glad I could help. I also would think it was a very common issue. Personally my schema is almost all dynamic fields. I have unique_id, content, last_update_date and maybe one other field spe...
|
|
|
Author: kenf_nc,
2010-08-11, 01:59
|
|
|
Re: DIH and multivariable fields problems - Solr - [mail # user]
|
|
...I do multivalue dynamic fields, but only if I use a script transform. Put this after your then make your entity query look like this (add the transformer line): &n...
|
|
|
Author: kenf_nc,
2010-08-10, 18:02
|
|
|
Re: delete Problem.. - Solr - [mail # user]
|
|
...I'd try 2 things. First do a query q=EMAIL_HEADER_FROM:test.de and make sure some documents are found. If nothing is found, there is nothing to delete. Second, how a...
|
|
|
Author: kenf_nc,
2010-08-10, 13:52
|
|
|
Re: Facet Fields - ID vs. Display Value - Solr - [mail # user]
|
|
...If your concern is performance, faceting integers versus faceting strings, I believe Lucene makes the differences negligible. Given that choice I'd go with string. Now..if you need to keep a...
|
|
|
Author: kenf_nc,
2010-08-10, 13:17
|
|
|
Re: SOLR QUERY - Solr - [mail # user]
|
|
...In your schema.xml there is a field called content it may be something other than 'content'. This field is the one searched if you don't specify one in the query. You can ...
|
|
|
Author: kenf_nc,
2010-08-06, 19:11
|
|
|
Re: No "group by"? looking for an alternative. - Solr - [mail # user]
|
|
...In the size 'facet' you have values that may not be in red, but in the size 'field' of any individual document you wont'. If you searched on q=converse&fq=color:red the shoes ret...
|
|
|
Author: kenf_nc,
2010-08-05, 15:07
|
|
|
Re: Best solution to avoiding multiple query requests - Solr - [mail # user]
|
|
...Not sure the processing would be any faster than just querying again, but, in your original result set the first doc that has a field value that matches a to 10 facet, will be the number 1 i...
|
|
|
Author: kenf_nc,
2010-08-04, 12:27
|
|
|
Re: Customize order field list ??? - Solr - [mail # user]
|
|
...I believe they come back alphabetically sorted (not sure if this is language specific or not), so a quick way might be to change the name from createdate to zz_createdate or something like t...
|
|
|
Author: kenf_nc,
2010-07-30, 13:53
|
|
|
|