Re: Searching across multivalued fields

2009-06-19 Thread Michael Ludwig
MilkDud schrieb: Michael Ludwig-4 wrote: What do you expect the user to enter? * dream theater innocence faded - certainly wrong * dream theater innocence faded - much better Most likely they would just enter dream theater innocence faded, no quotes. Without any quotes around any fields,

Re: Searching across multivalued fields

2009-06-18 Thread Michael Ludwig
MilkDud schrieb: Ok, so lets suppose i did index across just the album. Using that index, how would I be able to handle searches of the form artist name track name. What does the user interface look like? Do you have separate fields for artists and tracks? Or just one field? If i do the

Re: Searching across multivalued fields

2009-06-18 Thread Michael Ludwig
Hi Vicky, Vicky_Dev schrieb: We are also facing same problem mentioned in the post (we are using dismaxrequesthandler):: When we are searching for --q=prdTitle_s:ladybirdqt=dismax , we are getting 2 results -- unique key ID =1000 and unique key ID =1001 (1) Append debugQuery=true to your

Re: Searching across multivalued fields

2009-06-18 Thread MilkDud
track and keeping track of sets of data like that in solr is not really feasible. -- View this message in context: http://www.nabble.com/Searching-across-multivalued-fields-tp24056297p24099668.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Searching across multivalued fields

2009-06-17 Thread Michael Ludwig
MilkDud schrieb: To be more specific, I'm indexing a collection of music albums that have multiple tracks and an album artist. So, some searches will contain both the artist name and the track name. I can't make this a single phrase query as it is indexed across two separate fields. Use the

Re: Searching across multivalued fields

2009-06-17 Thread MilkDud
artist^3 album^2 track^1 /str http://wiki.apache.org/solr/DisMaxRequestHandler Michael Ludwig -- View this message in context: http://www.nabble.com/Searching-across-multivalued-fields-tp24056297p24074933.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Searching across multivalued fields

2009-06-17 Thread MilkDud
to search for artist and track name together. Another thing, are you sure you have enabled pf for track? Michael Ludwig -- View this message in context: http://www.nabble.com/Searching-across-multivalued-fields-tp24056297p24076620.html Sent from the Solr - User mailing list archive

Re: Searching across multivalued fields

2009-06-17 Thread Erick Erickson
enabled pf for track? Michael Ludwig -- View this message in context: http://www.nabble.com/Searching-across-multivalued-fields-tp24056297p24076620.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Searching across multivalued fields

2009-06-17 Thread MilkDud
in context: http://www.nabble.com/Searching-across-multivalued-fields-tp24056297p24076620.html Sent from the Solr - User mailing list archive at Nabble.com. -- View this message in context: http://www.nabble.com/Searching-across-multivalued-fields-tp24056297p24077360.html Sent from the Solr

Re: Searching across multivalued fields

2009-06-17 Thread Michael Ludwig
MilkDud schrieb: Basically, what I am trying to do is index a collection of music for an online music store. This contains information on the track, album, and artist levels. These are all different object types in the same schema and it does contain a lot of redundant information. What's a

Re: Searching across multivalued fields

2009-06-17 Thread MilkDud
multi-valued Michael Ludwig -- View this message in context: http://www.nabble.com/Searching-across-multivalued-fields-tp24056297p24079492.html Sent from the Solr - User mailing list archive at Nabble.com.

Searching across multivalued fields

2009-06-16 Thread MilkDud
separate fields. So a small ps with a large posIncGap doesn't do anything. Is there any way to get past this? -- View this message in context: http://www.nabble.com/Searching-across-multivalued-fields-tp24056297p24056297.html Sent from the Solr - User mailing list archive at Nabble.com.