[ 
http://jira.magnolia-cms.com/browse/DOCU-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antti Hietala updated DOCU-222:
-------------------------------

    Description: 
Document how search works in Magnolia CMS. [New top-level 
topic|http://wiki.magnolia-cms.com/display/DOCU/Documentation+site+menu+structure].

Scope
* User-facing side of search is [already documented in User 
guide|http://documentation.magnolia-cms.com/usermanual4/managingpagesinadmincentral.html#search_function].
 Link, don't repeat.
* Focus on configuration and extending.

Indexing
* What is indexing?
* Jackrabbit default search index is based on a [Lucene 
implementation|http://wiki.apache.org/jackrabbit/Search]. Summarize.
* How is search indexing configured? Is Magnolia's implementation any different 
from the default?
* Does Magnolia provide any proprietary search features?
* Configuring indexing in repository configuration XML. Describe the sample 
.xml files provided for each persistence manager.
* What workspaces are indexed?
* What content is indexed? File types, names, content, metadata
* Excluding content from indexing SUPPORT-171, 
* Where are the indexes on the file system? Show locations when using Derby and 
MySQL. SUPPORT-30
* When is indexing performed? SUPPORT-682, SUPPORT-30

Querying
* How your data is structured in the repository
* Querying the data
* Tools > JCR queries
* SQL and XPath
* Executing queries from code and using the results.

Security
* How does access control work with search? If I don't have access to an item, 
can I still find it?

Language
* How do you index multilanguage content?
* What languages can the default indexer analyze?
* What to do if your language is not indexable by default?

Resolving issues
* Disabling search indexing
* Deleting corrupted indexes. SUPPORT-459

Federated / aggregated search
* How would you aggregate search results from multiple content repositories?
* From external repositories?

External indexing
* [EXTIDX module|http://jira.magnolia-cms.com/browse/EXTIDX]
* Greg's blog post [Opening the door to semantic search in 
Magnolia|http://dev.magnolia-cms.com/~gjoseph/opening-the-door-to-semantic-search-in-magnolia].
 Module is a proof of concept and very much work in progress. If you want to 
use it, [contribute|http://documentation.magnolia-cms.com/contribute.html].
* [Apache 
Solr|http://wiki.magnolia-cms.com/display/WIKI/Magnolia+Apache+Solr+integration]
 project, [MGNLSOLR|http://jira.magnolia-cms.com/browse/MGNLSOLR] in Jira


  was:
Document how search works in Magnolia CMS. [New top-level 
topic|http://wiki.magnolia-cms.com/display/DOCU/Documentation+site+menu+structure].

Scope
* User-facing side of search is [already documented in User 
guide|http://documentation.magnolia-cms.com/usermanual4/managingpagesinadmincentral.html#search_function].
 Link, don't repeat.
* Focus on configuration and extending.

Indexing
* What is indexing?
* Jackrabbit default search index is based on a [Lucene 
implementation|http://wiki.apache.org/jackrabbit/Search]. Summarize.
* How is search indexing configured? Is Magnolia's implementation any different 
from the default?
* Does Magnolia provide any proprietary search features?
* Configuring indexing in repository configuration XML. Describe the sample 
.xml files provided for each persistence manager.
* What workspaces are indexed?
* What content is indexed? File types, names, content, metadata
* Excluding content from indexing SUPPORT-171, 
* Where are the indexes on the file system? Show locations when using Derby and 
MySQL. SUPPORT-30
* When is indexing performed? SUPPORT-682, SUPPORT-30

Alternatives to Lucene
* [Apache 
Solr|http://wiki.magnolia-cms.com/display/WIKI/Magnolia+Apache+Solr+integration]
 project, [MGNLSOLR|http://jira.magnolia-cms.com/browse/MGNLSOLR] in Jira

Security
* How does access control work with search? If I don't have access to an item, 
can I still find it?

Language
* How do you index multilanguage content?
* What languages can the default indexer analyze?
* What to do if your language is not indexable by default?

Resolving issues
* Disabling search indexing
* Deleting corrupted indexes. SUPPORT-459

Federated / aggregated search
* How would you aggregate search results from multiple content repositories?
* From external repositories?

External indexing
* [EXTIDX module|http://jira.magnolia-cms.com/browse/EXTIDX]
* Greg's blog post [Opening the door to semantic search in 
Magnolia|http://dev.magnolia-cms.com/~gjoseph/opening-the-door-to-semantic-search-in-magnolia].
 Module is a proof of concept and very much work in progress. If you want to 
use it, [contribute|http://documentation.magnolia-cms.com/contribute.html].


> Search
> ------
>
>                 Key: DOCU-222
>                 URL: http://jira.magnolia-cms.com/browse/DOCU-222
>             Project: Documentation
>          Issue Type: Task
>      Security Level: Public
>          Components: content
>            Reporter: Antti Hietala
>            Assignee: Suzanne Deprez
>
> Document how search works in Magnolia CMS. [New top-level 
> topic|http://wiki.magnolia-cms.com/display/DOCU/Documentation+site+menu+structure].
> Scope
> * User-facing side of search is [already documented in User 
> guide|http://documentation.magnolia-cms.com/usermanual4/managingpagesinadmincentral.html#search_function].
>  Link, don't repeat.
> * Focus on configuration and extending.
> Indexing
> * What is indexing?
> * Jackrabbit default search index is based on a [Lucene 
> implementation|http://wiki.apache.org/jackrabbit/Search]. Summarize.
> * How is search indexing configured? Is Magnolia's implementation any 
> different from the default?
> * Does Magnolia provide any proprietary search features?
> * Configuring indexing in repository configuration XML. Describe the sample 
> .xml files provided for each persistence manager.
> * What workspaces are indexed?
> * What content is indexed? File types, names, content, metadata
> * Excluding content from indexing SUPPORT-171, 
> * Where are the indexes on the file system? Show locations when using Derby 
> and MySQL. SUPPORT-30
> * When is indexing performed? SUPPORT-682, SUPPORT-30
> Querying
> * How your data is structured in the repository
> * Querying the data
> * Tools > JCR queries
> * SQL and XPath
> * Executing queries from code and using the results.
> Security
> * How does access control work with search? If I don't have access to an 
> item, can I still find it?
> Language
> * How do you index multilanguage content?
> * What languages can the default indexer analyze?
> * What to do if your language is not indexable by default?
> Resolving issues
> * Disabling search indexing
> * Deleting corrupted indexes. SUPPORT-459
> Federated / aggregated search
> * How would you aggregate search results from multiple content repositories?
> * From external repositories?
> External indexing
> * [EXTIDX module|http://jira.magnolia-cms.com/browse/EXTIDX]
> * Greg's blog post [Opening the door to semantic search in 
> Magnolia|http://dev.magnolia-cms.com/~gjoseph/opening-the-door-to-semantic-search-in-magnolia].
>  Module is a proof of concept and very much work in progress. If you want to 
> use it, [contribute|http://documentation.magnolia-cms.com/contribute.html].
> * [Apache 
> Solr|http://wiki.magnolia-cms.com/display/WIKI/Magnolia+Apache+Solr+integration]
>  project, [MGNLSOLR|http://jira.magnolia-cms.com/browse/MGNLSOLR] in Jira

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to