sitecore « lucene.net « 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 » lucene.net » sitecore 

1. Lucene.Net Search List    stackoverflow.com

I'm using Sitecore and have a multilist field I'd like to use Lucene to search on. The problem I have is that the field is a pipe-delimited list of actual ...

2. Sitecore Lucene indexing - save child field values in parent Lucene doc    stackoverflow.com

I have a Sitecore content structure where any single item can have a number of child items that are used to store enumerable content for lists (obviously a fairly standard approach). ...

3. Creating Lucene Index for Sitecore causes "Could not find add method" errors    stackoverflow.com

I have a sitecore 6.2 site that had no lucene indexes besides the system index. I tried to add this new simple index:

<index id="videoIndex" type="Sitecore.Search.Index, Sitecore.Kernel" >
  <param desc="name">$(id)</param>
  ...

4. Avoid removal of current Lucene.NET index during rebuild    stackoverflow.com

I'm new to Lucene.NET but I'm using an open source tool built for Sitecore CMS that uses Lucene.NET to index lots of content from the CMS. I ...

5. Searching with a multilist field in Lucene.NET    stackoverflow.com

I am using Sitecore and the Lucene.NET for indexing content. While performing the search lucene does not give the results from the multilist field.

6. Searching Chinese in Sitecore using dtSearch/Lucene    stackoverflow.com

Were looking at building a Chinese site (Traditional and Simplified) in Sitecore and was wondering where the possibilities for supporting the search. From what I have been able to gather so far:

  • Lucene ...

7. How to sort/filter using the new Sitecore.Search API    stackoverflow.com

I couldn't find any way to do sort and filter using the new Sitecore.Search API. Lucene provides the following methods:

Search(Query query, Filter filter)
Search(Query query, Sort sort)
Search(Query query, Filter filter, Sort sort)
But ...

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.