Problem: Searching Special charterer in solr behaving inconsistently Example: search character ¢ , £ , ¤ , ¥ , ¦ , §
By searching this character by using particular field Like say title__v, result is coming as expected. *Query:* solr/trucollection/select?q=title__v:(*%C2%A2%5C+%2C%5C+%C2%A3%5C+%2C%5C+%C2%A4%5C+%2C%5C+%C2%A5%5C+%2C%5C+%C2%A6%5C+%2C%5C+%C2%A7* OR "%C2%A2+%2C+%C2%A3+%2C+%C2%A4+%2C+%C2%A5+%2C+%C2%A6+%2C+%C2%A7") AND (isrestricted:false OR groupid:("07C90F45-AA61-4B2A-A446-BEA13C8409E2" OR "23414BF3-046D-475A-9268-AA7BF5238DB3" OR "50FC6521-DBCC-4097-A3BA-03AE6C202C2F"))&start=0&rows=50&sort =owning_facility__v desc&facet=on&facet.field=shard&facet.field=owning_facility__v&facet.field=status__v&facet.field=type__v&fl=classification__v bulk_erp_code product_categorys owning_department__v docobjid erp_code category_of_change shard groupid title__v author brands hassupportingdocs last_periodic_review_date__vs technology__c document_language__c effective_date__v reason_code__c owning_segments__c isrestricted region__c document_number__v fileuniquename approved_date__vs impacted_departments__v severity id owning_facility__v change_coordinator lifecycle_categories__c status__v next_periodic_review_date__vs subtype__v version__v fg_erp_code impacted_facilities__v type__v franchises country__v policy legacy_document_number__c formula_number marketing_companys impacted_segments__c&wt=json * But when we use the same search criteria by using quick search(full text search), It is not working* *Query:* solr/trucollection/select?q=(*%C2%A2+%2C+%C2%A3+%2C+%C2%A4+%2C+%C2%A5+%2C+%C2%A6+%2C+%C2%A7* OR "%C2%A2+%2C+%C2%A3+%2C+%C2%A4+%2C+%C2%A5+%2C+%C2%A6+%2C+%C2%A7") AND (isrestricted:false OR groupid="07C90F45-AA61-4B2A-A446-BEA13C8409E2" OR "23414BF3-046D-475A-9268-AA7BF5238DB3" OR "50FC6521-DBCC-4097-A3BA-03AE6C202C2F")&start=0&rows=50&sort =owning_facility__v desc&facet=on&facet.field=shard&facet.field=owning_facility__v&facet.field=status__v&facet.field=type__v&fl=classification__v bulk_erp_code product_categorys owning_department__v docobjid erp_code category_of_change shard groupid title__v author brands hassupportingdocs last_periodic_review_date__vs technology__c document_language__c effective_date__v reason_code__c owning_segments__c isrestricted region__c document_number__v fileuniquename approved_date__vs impacted_departments__v severity id owning_facility__v change_coordinator lifecycle_categories__c status__v next_periodic_review_date__vs subtype__v version__v fg_erp_code impacted_facilities__v type__v franchises country__v policy legacy_document_number__c formula_number marketing_companys impacted_segments__c&wt=json Can anyone help me out. Best regards, Shekhar -- View this message in context: http://lucene.472066.n3.nabble.com/Searching-Special-charterer-in-solr-behaving-inconsistent-tp4296493.html Sent from the Solr - User mailing list archive at Nabble.com.