Hi,

One more query.

Currently in the autosuggestion Solr returns words like below:

googl
googl _
googl search
googl chrome
googl map

The last letter seems to be missing in autosuggestion. I have send the query
as
"?qt=/terms&terms=true&terms.fl=mydata&terms.lower=goog&terms.prefix=goog".

The following is my schema.xml for the Text filed.

fieldType name="text" class="solr.TextField" positionIncrementGap="100"
         analyzer
                tokenizer class="solr.WhitespaceTokenizerFactory"
                filter class="solr.StopFilterFactory" ignoreCase="true"
words="stopwords.txt"
                filter class="solr.WordDelimiterFilterFactory"
generateWordParts="0" generateNumberParts="1"
                    catenateWords="0" catenateNumbers="1" catenateAll="0"
splitOnCaseChange="1"
                  
                filter class="solr.LowerCaseFilterFactory"
                filter class="solr.EnglishPorterFilterFactory"
protected="protwords.txt"                  
                filter class="solr.RemoveDuplicatesTokenFilterFactory"
                filter class="solr.ShingleFilterFactory" maxShingleSize="2"
outputUnigrams="true" outputUnigramIfNoNgram="true"
         analyzer
fieldType

Could anyone update what could be wrong? why the last letter get missing. It
occurs for a few word only. Suggestions for other words are good only.

One more query, how the word 'sci/tech' will be indexed in solr. If I search
on sci/tech it wont send any results.

Thanks in Advance.




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Autosuggest-help-tp2580944p2692651.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to