Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 96342 invoked from network); 31 May 2010 08:57:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 May 2010 08:57:12 -0000 Received: (qmail 18204 invoked by uid 500); 31 May 2010 08:57:11 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 17980 invoked by uid 500); 31 May 2010 08:57:10 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 17967 invoked by uid 99); 31 May 2010 08:57:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 May 2010 08:57:10 +0000 X-ASF-Spam-Status: No, hits=-1481.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 May 2010 08:57:09 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4V8umcr001813 for ; Mon, 31 May 2010 08:56:49 GMT Message-ID: <11250795.80871275296208793.JavaMail.jira@thor> Date: Mon, 31 May 2010 04:56:48 -0400 (EDT) From: "Ankul Garg (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1316) Create autosuggest component MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873586#action_12873586 ] Ankul Garg commented on SOLR-1316: ---------------------------------- Here are the results comparing TSTLookup for UnsortedTFIT and SortedTFIT: For UnsortedTFIT TSTLookup: buildTime=384 lookupTime=418 TSTLookup: buildTime=272 lookupTime=414 TSTLookup: buildTime=402 lookupTime=611 TSTLookup: buildTime=383 lookupTime=372 TSTLookup: buildTime=421 lookupTime=569 TSTLookup: buildTime=317 lookupTime=519 TSTLookup: buildTime=388 lookupTime=588 TSTLookup: buildTime=269 lookupTime=508 TSTLookup: buildTime=267 lookupTime=454 TSTLookup: buildTime=380 lookupTime=613 TSTLookup: buildTime=312 lookupTime=360 TSTLookup: buildTime=279 lookupTime=536 TSTLookup: buildTime=337 lookupTime=368 TSTLookup: buildTime=356 lookupTime=368 TSTLookup: buildTime=343 lookupTime=517 TSTLookup: buildTime=383 lookupTime=541 TSTLookup: buildTime=277 lookupTime=590 TSTLookup: buildTime=300 lookupTime=720 TSTLookup: buildTime=334 lookupTime=464 TSTLookup: buildTime=381 lookupTime=613 For SortedTFIT TSTLookup: buildTime=532 lookupTime=382 TSTLookup: buildTime=507 lookupTime=367 TSTLookup: buildTime=535 lookupTime=433 TSTLookup: buildTime=377 lookupTime=365 TSTLookup: buildTime=513 lookupTime=364 TSTLookup: buildTime=355 lookupTime=419 TSTLookup: buildTime=359 lookupTime=418 TSTLookup: buildTime=371 lookupTime=362 TSTLookup: buildTime=475 lookupTime=461 TSTLookup: buildTime=371 lookupTime=422 TSTLookup: buildTime=360 lookupTime=362 TSTLookup: buildTime=357 lookupTime=421 TSTLookup: buildTime=511 lookupTime=419 TSTLookup: buildTime=482 lookupTime=360 TSTLookup: buildTime=532 lookupTime=430 TSTLookup: buildTime=465 lookupTime=458 TSTLookup: buildTime=534 lookupTime=359 TSTLookup: buildTime=358 lookupTime=420 TSTLookup: buildTime=359 lookupTime=418 TSTLookup: buildTime=356 lookupTime=361 The lookup time in second case seems to have further reduced with a slight overhead for build time. > Create autosuggest component > ---------------------------- > > Key: SOLR-1316 > URL: https://issues.apache.org/jira/browse/SOLR-1316 > Project: Solr > Issue Type: New Feature > Components: search > Affects Versions: 1.4 > Reporter: Jason Rutherglen > Assignee: Shalin Shekhar Mangar > Priority: Minor > Fix For: Next > > Attachments: SOLR-1316.patch, SOLR-1316.patch, suggest.patch, suggest.patch, suggest.patch, TST.zip > > Original Estimate: 96h > Remaining Estimate: 96h > > Autosuggest is a common search function that can be integrated > into Solr as a SearchComponent. Our first implementation will > use the TernaryTree found in Lucene contrib. > * Enable creation of the dictionary from the index or via Solr's > RPC mechanism > * What types of parameters and settings are desirable? > * Hopefully in the future we can include user click through > rates to boost those terms/phrases higher -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org