I figure it out.. thanks for pointing me in the right direction... so at the
end solr field type text was changed for text_general

I was only missing this filters
        <filter class="solr.KeywordMarkerFilterFactory"
protected="protwords.txt"/>
        <filter class="solr.PorterStemFilterFactory"/>



On Wed, Oct 5, 2011 at 10:52 AM, jo [via Lucene] <
ml-node+s472066n3396737...@n3.nabble.com> wrote:

> Okay I did use the analysis tool and it did make me notice a few things but
> more important what changed
>
> there is no longer a field type named "text" on the new schema, there is
> only "text_en"  which is weird as text field is the default when doing a
> query..
> anyway, when I used the analysis tool and made the steamers and all match
> between the old schema and the new schema I get a result in the analysis
> tool but not in the query.
>
> I have to say that I have been using Solr with the default schema without
> any changes in the past, but since I upgraded to 3.4.0 I have this problem
> with the plurals not been displayed.
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://lucene.472066.n3.nabble.com/schema-changes-changes-3-3-to-3-4-tp3391019p3396737.html
>  To unsubscribe from schema changes changes 3.3 to 3.4?, click 
> here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3391019&code=amFpcm8ub3J0aXpAZmlybWV4LmNvbXwzMzkxMDE5fDcwMjU4NDMxNQ==>.
>
>


--
View this message in context: 
http://lucene.472066.n3.nabble.com/schema-changes-changes-3-3-to-3-4-tp3391019p3397078.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to