Custom sorting on facets

2013-12-31 Thread Gupta, Abhinav
Hi, I am using facets for suggestions. By default facet sort is based only on index order and count. Now, in that I have a requirement that based on a value in solr doc ;some suggestions must be at top and then other. Example : doc1 ProductInstance hydraulic doc2 ProductInstance other hydra

RE: How can i search maximum number of word in particular docs

2013-09-24 Thread Gupta, Abhinav
Not Sure though ,depends how your schema is configured. If it has WordDelimiter Filters at time of indexing or querying then search will not be as you desired. Check your index creation using solr analysis for this type of string. Thanks, Abhinav -Original Message- From: Viresh Modi [ma

RE: searching within documents

2013-09-24 Thread Gupta, Abhinav
It's not always that when you change schema.xml you need to re-index. For eg., if you add any tokenizer for Query Analyser you don't need to reindex. But in below case I suppose your changes in schema is related for indexing time. Then you need to re-index. Sequencing of documents depends enti