sitecore « index « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » index » sitecore 

1. How can I set up a Lucene index in Sitecore that handles security correctly?    stackoverflow.com

I have a number of different roles in Sitecore. And I have set security permissions on my content items so that different roles can only access certain content items. ...

2. Sitecore Lucene index directory exists, but no segments files    stackoverflow.com

Following the instructions in this SDN document (PDF), I added a custom Lucene index to a Sitecore 6.3 website (or so I thought):

  • In the <indexes> section in web.config, I ...

3. Unable to restrict custom Sitecore Lucene index to /sitecore/content/Home    stackoverflow.com

I am trying to create a new Lucene index on a site running Sitecore 6.3.1. I used the existing "system" index as a guide, and I was successfully able to ...

4. How can I configure Sitecore search to retrieve custom values from the search index    stackoverflow.com

I am using the AdvancedDatabaseCrawler as a base for my search page. I have configured it so that I can search for what I want and it is very fast. The ...

5. Sitecore search: new template field not being included in search index    stackoverflow.com

I have an existing website with a lucene search which works perfectly adequately, however since adding a new field (called 'Content') to my base template (a template from which all other ...

6. Sitecore Lucene Search missing file inside Data\indexes\__system folder    stackoverflow.com

We are using Sitecore(Version 6.4) Lucene Search. When i am trying to search any keyword, it is throwing file not found exception. Lucene is looking for file _3zj.fnm inside Data\indexes__system\ folder. ...

7. Sitecore Lucene: re-index child (or parent) items on updating item    stackoverflow.com

Situation I have the following Sitecore Lucene config:

  • New index, type="Sitecore.Search.Index, Sitecore.Kernel"
  • Contains two crawlers (a custom crawler that adds extra "calculated" fields)
  • Each crawler handles its specific template GUID, because they contain different calculated ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.