[ 
https://issues.apache.org/jira/browse/SOLR-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480409
 ] 

Otis Gospodnetic commented on SOLR-81:
--------------------------------------

Adam:
Have you started making the changes that Hoss proposed here?  Please let me 
know (today, if you can).  If you have not started, I'll make the changes.  If 
you've started, I'll hold off.

Hoss & Adam:

1) out with tokenizer factories - right, they are no longer needed.

2) I'll stick to the absolute path for now, get that in SVN, and then we can 
add support for other things... unless you show me an example of how easy it is 
to support other paths/locations

3) merging the handlers sounds ok:
  to get suggestions: ...?qt=spellchecker&cmd=suggest 
  to completely rebuild: ...?qt=spellchecker&cmd=rebuild
OK?
The use-case here is to rebuild the index every once in a while, *not* on every 
change of the main index.

4) I'll leave that for later, as I don't completely understand you there.

5) ok, no static SpellChecker

6) ok, sounds like we just need remove the wrapping <lst name="invariants"> 
element

7) I actually liked having a separate example doc for demonstrating just the 
spellchecker functionality -- you don't have to know about those other 
documents/fields/values.  But if both Adam and Hoss think differently, we 
should go with the majority's opinion.


> Add Query Spellchecker functionality
> ------------------------------------
>
>                 Key: SOLR-81
>                 URL: https://issues.apache.org/jira/browse/SOLR-81
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Otis Gospodnetic
>            Priority: Minor
>         Attachments: SOLR-81-edgengram-ngram.patch, 
> SOLR-81-ngram-schema.patch, SOLR-81-ngram.patch, SOLR-81-ngram.patch, 
> SOLR-81-ngram.patch, SOLR-81-ngram.patch, SOLR-81-spellchecker.patch, 
> SOLR-81-spellchecker.patch
>
>
> Use the simple approach of n-gramming outside of Solr and indexing n-gram 
> documents.  For example:
> <doc>
> <field name="word">lettuce</field>
> <field name="start3">let</field>
> <field name="gram3">let ett ttu tuc uce</field>
> <field name="end3">uce</field>
> <field name="start4">lett</field>
> <field name="gram4">lett ettu ttuc tuce</field>
> <field name="end4">tuce</field>
> </doc>
> See:
> http://www.mail-archive.com/solr-user@lucene.apache.org/msg01254.html
> Java clients: SOLR-20 (add delete commit optimize), SOLR-30 (search)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to