Re: multi-searching problem

2012-08-14 Thread Erick Erickson
lError(Unknown > Source) at > ### > > Is this a syntax problem? Am I writing defType wrong? > > > Thank you > > -Message d'origine- > De : Ahmet Arslan [mailto:iori...@yahoo.com] > Envoyé : vendredi 10 août 2012 16:22 > À : solr-user@lucene.apache.org

RE: multi-searching problem

2012-08-14 Thread Videnova, Svetlana
Ok, thank you ill check that. Have a nice day -Message d'origine- De : Ahmet Arslan [mailto:iori...@yahoo.com] Envoyé : lundi 13 août 2012 17:40 À : solr-user@lucene.apache.org Objet : RE: multi-searching problem --- On Mon, 8/13/12, Videnova, Svetlana wrote: > From:

RE: multi-searching problem

2012-08-13 Thread Ahmet Arslan
--- On Mon, 8/13/12, Videnova, Svetlana wrote: > From: Videnova, Svetlana > Subject: RE: multi-searching problem > Thank you for your answer, finally it was only my bad > between copyfield and copyField. Now all good. > I don't know how copyField and edismax working exa

RE: multi-searching problem

2012-08-13 Thread Videnova, Svetlana
config.xml side? Thank you! -Message d'origine- De : Ahmet Arslan [mailto:iori...@yahoo.com] Envoyé : lundi 13 août 2012 13:44 À : solr-user@lucene.apache.org Objet : RE: multi-searching problem > multiValued="true"/> >     dest="all"/> >     dest=&q

RE: multi-searching problem

2012-08-13 Thread Ahmet Arslan
> stored="true" multiValued="true"/> >     dest="all"/> >     dest="all"/> > > > article_id > all It is always good idea to edit example schema.xml according to your needs. See copyField declarations. http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/collection1/conf/sch

RE: multi-searching problem

2012-08-13 Thread Ahmet Arslan
> > > ... > type="text" indexed="true" stored="true" > multiValued="true"/> >    &defType = edismax &qf = > article_id article_nom    > > > article_id > > > > > > > But i have this error: > > ### > org.xml.sax.SAXParseException: The reference to entity > "defType" must end with the

RE: multi-searching problem

2012-08-13 Thread Videnova, Svetlana
Objet : RE: multi-searching problem I always tried this in my schema.xml: ### article_id all ### I have no errors with that code but when I search for a term who is present in article_nom this give me 0 results ... I don't know why and where im doing wrong :s Tha

RE: multi-searching problem

2012-08-13 Thread Videnova, Svetlana
ssage d'origine- De : deniz [mailto:denizdurmu...@gmail.com] Envoyé : lundi 13 août 2012 08:54 À : solr-user@lucene.apache.org Objet : RE: multi-searching problem well i dont know much stuff about dismax, but for making a search as default on multiple fields, you can use copyField which

RE: multi-searching problem

2012-08-12 Thread deniz
well i dont know much stuff about dismax, but for making a search as default on multiple fields, you can use copyField which is simpler than dismax (though performance could be effected, I am not so sure) basically, you can copy the other fields into one field and make it your default search field

RE: multi-searching problem

2012-08-12 Thread Videnova, Svetlana
mailto:iori...@yahoo.com] Envoyé : vendredi 10 août 2012 16:22 À : solr-user@lucene.apache.org Objet : RE: multi-searching problem > It seems more complicate than i > need. > I just want, if the user specify nothing, to search in all my fields > that I declared in my schema.xml like that :

RE: multi-searching problem

2012-08-10 Thread Ahmet Arslan
> It seems more complicate than i > need. > I just want, if the user specify nothing, to search in all > my fields that I declared in my schema.xml > like that : > article_nom > but not only article_nom but all fields. > There should be some simple way to do that without using all > of this..? > O

Re: multi-searching problem

2012-08-10 Thread Michael Della Bitta
> À : solr-user@lucene.apache.org > Objet : Re: multi-searching problem > >> I couldn't find none tutorials who explain properly how to use dismix >> :s Can somebody please explain here, or maybe give to me better >> solution of my multisearching base problem?

RE: multi-searching problem

2012-08-10 Thread Videnova, Svetlana
? -Message d'origine- De : Ahmet Arslan [mailto:iori...@yahoo.com] Envoyé : vendredi 10 août 2012 12:58 À : solr-user@lucene.apache.org Objet : Re: multi-searching problem > I couldn't find none tutorials who explain properly how to use dismix > :s Can somebody please explai

Re: multi-searching problem

2012-08-10 Thread Ahmet Arslan
> I couldn't find none tutorials who explain properly how to > use dismix :s > Can somebody please explain here, or maybe give to me better > solution of my multisearching base problem? http://searchhub.org/dev/2010/05/23/whats-a-dismax/ Plus example solrconfig.xml has an example. Search for keyw