Cannot creat a core with both shard and coreNodeName

2013-12-25 Thread YouPeng Yang
Hi I am using solr.4.6. when I create a core with the request: http://10.7.23.125:8081/solr/admin/cores?action=CREATEschema=schema.xml; *shard*=reportCore_201202_b0*coreNodeName*

Re: document contained more than 100000 characters

2013-12-25 Thread Koji Sekiguchi
Hi, I'm not sure but you probably met Tika exception. Have you checked Apache Tika mailing list? Hmm, just now I googled Your document contained more than 10 characters, I found a page in StackOverFlow. According to it, there is API to change the limit. But I don't know whether Solr can

Grouping results with group.limit return wrong numFound ?

2013-12-25 Thread tasmaniski
Hi All, When I perform a search with grouping result in a groups and do limit results in one group I got that *numFound* is the same as I didn't use limit.looks like SOLR first perform search and calculate numFound and that group and limit the results.I do not know if this is a bug or a feature

Re: Solr - Match whole word only in text fields

2013-12-25 Thread Ahmet Arslan
Hi Haya, With MappingCharFilter you can have full control over character set that you want to split. in mappings.txt you will have : = = = Use the following type and see if it suits for your needs. Update mappings.txt according to your needs.     fieldType name=text_char_norm

Re: Boosting results on value of field different from query

2013-12-25 Thread manju16832003
Hi Puneet, if you type field is pre-determined text field ex type [compact, sedan, hatchback], I think you have to boost with query type field (q) to get more accurate boosting. Ex: http://localhost:8983/solr/my/select?q=type:sedan^100 type:compact^10

Re: Boosting results on value of field different from query

2013-12-25 Thread Puneet Pawaia
Hi Manju Would this query not be searching for and thus restricting results to type sedan and compact? I would like the results to include other types but only show up lower down the list. Regards Puneet On 26 Dec 2013 07:15, manju16832003 manju16832...@gmail.com wrote: Hi Puneet, if you type

Maybe a bug for solr 4.6 when create a new core

2013-12-25 Thread YouPeng Yang
Hi Merry Christmas. Before this mail,I am in trouble with a weird problem for a few days when to create a new core with both explicite shard and coreNodeName. And I have posted a few mails in the mailist,no one ever gives any suggestions,maybe they did not encounter the same problem.