Re: Find documents that are composed of % words

2013-10-16 Thread Aloke Ghoshal
message in context: > http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264p4094955.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Find documents that are composed of % words

2013-10-14 Thread Chris Hostetter
: bq: but you cannot ask this to client. : : You _can_ ask this of a client. IMO you are obligated to. +1. >> When you are given a requirement/request from your client, >> always verify that you aren't dealing with an XY Problem: >> http://people.apache.org/~hossman/#xyproblem ... >> Don'

Re: Find documents that are composed of % words

2013-10-11 Thread shahzad73
/Find-documents-that-are-composed-of-words-tp4094264p4094955.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Find documents that are composed of % words

2013-10-11 Thread shahzad73
for a document and produce the % of matched and unmatched ratio. Not sure above solution will work. so need suggestions -- View this message in context: http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264p4094953.html Sent from the Solr - User mailing list archi

Re: Find documents that are composed of % words

2013-10-11 Thread Erick Erickson
> > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264p4094778.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Find documents that are composed of % words

2013-10-10 Thread shahzad73
is there a way that i build a plugin that gets all words on a single page and build a percentage to see how many words are foreign on the page (words not on the search list) -- View this message in context: http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words

Re: Find documents that are composed of % words

2013-10-10 Thread Jack Krupansky
:03 PM To: solr-user@lucene.apache.org Subject: Re: Find documents that are composed of % words Yes the correct is answer may be "Why" but you cannot ask this to client. He think there is something interesting with this formula and if it works we can index websites with Nutch + Solr

Re: Find documents that are composed of % words

2013-10-10 Thread shahzad73
than list provided. i will check the answer provided Shahzad -- View this message in context: http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264p4094778.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Find documents that are composed of % words

2013-10-10 Thread Upayavira
Right - aside from the interesting intellectual exercise, the correct question to ask is, "why?" Why would you want to do this? What's the benefit, and is there a way of doing it that is more in keeping with how Solr has been designed? Upayavira On Thu, Oct 10, 2013, at 01:17 PM, Erick Erickson

Re: Find documents that are composed of % words

2013-10-10 Thread Aloke Ghoshal
: > Please help me formulate the query that will be easy or do i have to build > a > custom filter for this ? > > Shahzad > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264p4094372.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Find documents that are composed of % words

2013-10-10 Thread Erick Erickson
Just to add my $0.02. Often this kind of thing is a mistaken assumption on the part of the client that they know how to score documents better than the really bright people who put a lot of time and energy into scoring (note, I'm _certainly_ not one of those people!). I'll often, instead of making

Re: Find documents that are composed of % words

2013-10-10 Thread Upayavira
On Wed, Oct 9, 2013, at 02:45 PM, shahzad73 wrote: > my client has a strange requirement, he will give a list of 500 words > and > then set a percentage like 80% now he want to find those pages or > documents which consist of the only those 80% of 500 and only 20% > unknown. > like we

Re: Find documents that are composed of % words

2013-10-10 Thread Upayavira
On Wed, Oct 9, 2013, at 02:45 PM, shahzad73 wrote: > my client has a strange requirement, he will give a list of 500 words > and > then set a percentage like 80% now he want to find those pages or > documents which consist of the only those 80% of 500 and only 20% > unknown. > like we

Re: Find documents that are composed of % words

2013-10-10 Thread Furkan KAMACI
ill help meexplain a bit in > details > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264p4094630.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Find documents that are composed of % words

2013-10-10 Thread shahzad73
No did not get it unfortunately how this will help meexplain a bit in details -- View this message in context: http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264p4094630.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Find documents that are composed of % words

2013-10-09 Thread Furkan KAMACI
> > -- > View this message in context: http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264p4094372.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Find documents that are composed of % words

2013-10-09 Thread shahzad73
ed in search then All 500 words words must exist in the document and unknow words should be only 20% if accracy is 80%" -- View this message in context: http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264p4094369.html Sent from the Solr - User mailing li

Re: Find documents that are composed of % words

2013-10-09 Thread shahzad73
Please help me formulate the query that will be easy or do i have to build a custom filter for this ? Shahzad -- View this message in context: http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264p4094372.html Sent from the Solr - User mailing list archive at

Re: Find documents that are composed of % words

2013-10-09 Thread Aloke Ghoshal
tence would be 80%. So this > > would be a valid search result. > > > > > > If the user had entered 90%, then this sentence would not be a valid > > result, > > since more than 10% aren’t on the list > > > > > > Shahzad > > > > > > > > -- > > View this message in context: > > > http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > >

Re: Find documents that are composed of % words

2013-10-09 Thread Otis Gospodnetic
he user had entered 90%, then this sentence would not be a valid > result, > since more than 10% aren’t on the list > > > Shahzad > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Find documents that are composed of % words

2013-10-09 Thread shahzad73
, since more than 10% aren’t on the list Shahzad -- View this message in context: http://lucene.472066.n3.nabble.com/Find-documents-that-are-composed-of-words-tp4094264.html Sent from the Solr - User mailing list archive at Nabble.com.