You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/05/02 21:28:30 UTC

[jira] Created: (SOLR-1142) faster example schema

faster example schema
---------------------

                 Key: SOLR-1142
                 URL: https://issues.apache.org/jira/browse/SOLR-1142
             Project: Solr
          Issue Type: Improvement
            Reporter: Yonik Seeley
             Fix For: 1.4


need faster example schema:
http://www.lucidimagination.com/search/document/d46ea3fa441b6d94

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


[jira] Commented: (SOLR-1142) faster example schema

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711574#action_12711574 ] 

Shalin Shekhar Mangar commented on SOLR-1142:
---------------------------------------------

So what are the things we need to do?

Remove the following from the schema:
# Default field values
# TermVectors
# CopyFields
# uniqueKey?

What other settings can we use?

Some pointers from the recent java-dev discussion on default settings:
http://www.lucidimagination.com/search/document/2ac9d8236873a53a/lucene_s_default_settings_back_compatibility

> faster example schema
> ---------------------
>
>                 Key: SOLR-1142
>                 URL: https://issues.apache.org/jira/browse/SOLR-1142
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>             Fix For: 1.4
>
>
> need faster example schema:
> http://www.lucidimagination.com/search/document/d46ea3fa441b6d94

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


[jira] Updated: (SOLR-1142) faster example schema

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley updated SOLR-1142:
-------------------------------

    Attachment: SOLR-1142.patch

Attaching patch...
 - changes example spelling field from "name" to "spell" and removes copyField from "name" since that's likely a field people will reuse, changes tests to use "spell" rather than name
- eliminates the copyField from id to sku since many will reuse the id field
- removes default values
- reformats really long comment lines
- comments out some other random copyField commands
- other little misc cleanups

So - some things like termvectors are kept for easy testing and demonstration purposes, but they are *not* on fields likely to be reused.  The biggest remaining cost is copyField of the various fields into the catchall "text" field... but I don't think we should get rid of that for the example.

> faster example schema
> ---------------------
>
>                 Key: SOLR-1142
>                 URL: https://issues.apache.org/jira/browse/SOLR-1142
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1142.patch
>
>
> need faster example schema:
> http://www.lucidimagination.com/search/document/d46ea3fa441b6d94

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


[jira] Commented: (SOLR-1142) faster example schema

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705328#action_12705328 ] 

Hoss Man commented on SOLR-1142:
--------------------------------

Similar threads to keep in mind...

http://www.lucidimagination.com/search/document/8f5f6406a3c31bbe/cleaning_up_a_few_things#e9f2816b127c2145

http://www.lucidimagination.com/search/document/e1404ec530547fb/make_ant_example_faster#52285d8e0cb0926e

> faster example schema
> ---------------------
>
>                 Key: SOLR-1142
>                 URL: https://issues.apache.org/jira/browse/SOLR-1142
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>             Fix For: 1.4
>
>
> need faster example schema:
> http://www.lucidimagination.com/search/document/d46ea3fa441b6d94

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


[jira] Updated: (SOLR-1142) faster example schema

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley updated SOLR-1142:
-------------------------------

    Attachment: SOLR-1142.patch

updated version that runs spellchecking directly off of the name field - this still produces decent results and eliminates the extra copyField.

> faster example schema
> ---------------------
>
>                 Key: SOLR-1142
>                 URL: https://issues.apache.org/jira/browse/SOLR-1142
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1142.patch, SOLR-1142.patch
>
>
> need faster example schema:
> http://www.lucidimagination.com/search/document/d46ea3fa441b6d94

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


[jira] Commented: (SOLR-1142) faster example schema

Posted by "Otis Gospodnetic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711814#action_12711814 ] 

Otis Gospodnetic commented on SOLR-1142:
----------------------------------------

I'd comment-out dynamic fields and I'd leave uniqueKey as I bet 99% of users need it.

> faster example schema
> ---------------------
>
>                 Key: SOLR-1142
>                 URL: https://issues.apache.org/jira/browse/SOLR-1142
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>             Fix For: 1.4
>
>
> need faster example schema:
> http://www.lucidimagination.com/search/document/d46ea3fa441b6d94

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


[jira] Resolved: (SOLR-1142) faster example schema

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley resolved SOLR-1142.
--------------------------------

    Resolution: Fixed

committed (but still open to review of course... I'm just pushing a little faster to get 1.4 out the door).

The other changes that I'd like to make to the example schema / solrconfig involve good OOTB indexing with the new extracting request handler (including good metadata -> field mappings).

> faster example schema
> ---------------------
>
>                 Key: SOLR-1142
>                 URL: https://issues.apache.org/jira/browse/SOLR-1142
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1142.patch, SOLR-1142.patch
>
>
> need faster example schema:
> http://www.lucidimagination.com/search/document/d46ea3fa441b6d94

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