Re: A Challenge!: Combining 2 searches into a single resultset?

2009-04-17 Thread theDude_2
(bump) - any thoughts? theDude_2 wrote: > > hi! > > I am trying to do something a little unique... > > I have a 90k text documents that I am trying to search > Search A: indexes and searches the documents using regular relevancy > search > Search B: indexes

Re: A Challenge!: Combining 2 searches into a single resultset?

2009-04-17 Thread theDude_2
centives) > Diseases = score > Books = score * 0.75 ( thousands of books, which nobody buys etc..) > > You might also want to try consolidating your data into 1 schema, and > consider layering or collapsing results > based on type. > > P > > On Fri, Apr 1

Re: A Challenge!: Combining 2 searches into a single resultset?

2009-04-17 Thread theDude_2
*Edit: each indexed text document contains a related field for identification purposes, so I would be able to identify the scores for both indexes through this field* theDude_2 wrote: > > I appreciate your response, and read the wiki article concerning the > Federated search >

Re: A Challenge!: Combining 2 searches into a single resultset?

2009-04-17 Thread theDude_2
eFAQ#head-300f0756fdaa71f522c96a868351f716573f2d77 > > You might even want to consider Solr and it's dismax search component > http://wiki.apache.org/solr/DisMaxRequestHandler > to make it easier > > > > > On Fri, Apr 17, 2009 at 11:19 AM, theDude_2 wrote: > &g

Re: A Challenge!: Combining 2 searches into a single resultset?

2009-04-20 Thread theDude_2
ords being >> removed from each document to create the second field varies. >> >> (more specifically I mean, in some documents you remove the word game, >> and in others you don't, if this is the case this technique won't work >> for you.) >> >>

MultiFieldQueryParser - using a different analyzer per field...

2009-05-01 Thread theDude_2
Hello fellow Lucene developers! I have a bit of a question - and I can't find the answer in my lucene book Im trying to create a query that will query 2 fields using different analyzers and combine the scores together to give me my "hits". The idea is that for the one dataset I want a pure

Re: MultiFieldQueryParser - using a different analyzer per field...

2009-05-04 Thread theDude_2
thanks for all the help ---- theDude_2 wrote: > > Hello fellow Lucene developers! > > I have a bit of a question - and I can't find the answer in my lucene > book > > Im trying to create a query that will query 2 fields using different > ana