facet.missing performance
Hi All, Does setting 'facet.missing' to 'true' have any performance impact? Andres -- View this message in context: http://lucene.472066.n3.nabble.com/facet-missing-performance-tp4099477.html Sent from the Solr - User mailing list archive at Nabble.com.
Performance Question: 'facets.missing'
I'm debating whether or not to set the 'facets.missing' parameter to true by default when faceting. What is the performance impact of setting 'facets.missing' to true? -- View this message in context: http://lucene.472066.n3.nabble.com/Performance-Question-facets-missing-tp4099602.html Sent from the Solr - User mailing list archive at Nabble.com.
synonyms
Hello everbody, I have a doubt with respect to synonyms in Solr, In our company we are lookink for one solution to resolve synonyms from database and not from one text file like SynonymFilterFactory do it. The idea is save all the synonyms in the database, indexing and they will be ready to one query, but we haven't found one solution from database. Another idea is create one plugin that extend to SynonymFilterFactory but I don't know if this is posible. I hope someone can help me. regards, Carlos Andrés García García
RE: synonyms
Thanks for your answers, now I have another cuestions,if I develop the filter to replacement the current synonym filter,I understand that this procces would be in time of the indexing because in time of the query search there are a lot problems knows. if so, how can I do for create my index file. For example: I have two synonyms "Nou cam", "Cataluña" for barcelona in the data base Opcion 1) In time of the indexing would create 2 records like this: barcelona Camp Nou ... and barcelona Cataluña ... Opcion 2) or only would create one record like this: barcelona Camp Nou,Cataluña ... If it create the opcion 2 can looking for by Camp Nou y by Cataluña but when I looking for by barcelona the Solr return 2 records and that is one error because barcelona is only one IF it create the opcion 2 , I have searching wiht wildcards for example *Camp Nou* o *Cataluña* y the solr would return one records, the same case if searching by barcelona solr would return one recors that is good , but i want to know if is the better option or solr have another caracteristic betters that can resolve this topic of one better way.
synonyms
Thanks a lot to help me to find one solution. I am going to use multi-valued string field. regards, Carlos Andres Garcia Garcia @grayknight14