Re: TermDocs.freq()

2005-10-03 Thread Yonik Seeley
See IndexWriter.setMaxFieldLength() -Yonik Now hiring -- http://tinyurl.com/7m67g On 10/3/05, Tricia Williams <[EMAIL PROTECTED]> wrote: > > To follow up on my post from Thursday. I have written a very basic test > for TermPositions. This test allows me to identify that only the > first 10001 tok

Re: TermDocs.freq()

2005-10-03 Thread Tricia Williams
To follow up on my post from Thursday. I have written a very basic test for TermPositions. This test allows me to identify that only the first 10001 tokens are considered to determine term frequency (ie with the searching term in a position greater than 10001 my test fails). Is this by design?

Re: TermDocs.freq()

2005-09-29 Thread Greg Gershman
Save user queries in a database along with number of results from last time queried, use that as suggestion base. Notice that Google's result count in Suggest differs from the actual result count. They are not computing results on the fly. Greg --- Jérôme BENOIS <[EMAIL PROTECTED]> wrote: > He

Re: TermDocs.freq()

2005-09-29 Thread Jérôme BENOIS
Hello everybody, I would like implement a "Google Suggest" (http://www.google.com/webhp?complete=1&hl=en) like but how to get similar criteria and number of results. Are you an idea ? Thanks, Jérôme. signature.asc Description: This is a digitally signed message part