Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smila-dev] Advance notice: Lucene integration will no longer be supportd

Hi Tom,

I managed to get the Solr Indexing- and SearchPipelets running locally.
I also enhanced the SearchPipelet to support configuration of the pipelet in the pipeline (e.g for a default index or highlight configurations to use).

But there are also some problems:
- the SearchPipelet throws errors if no query is set. It seems that there are use cases where the pipelet is intended to be used without a query ( e.g. as used in SolrSearchPipelet_AutoComplete_Test). How can we improve this ?
- the SearchPipelet seems to only work using the default search (SMILASearchDefault.xsl), not with the advanced search (SMILASearchAdvanced.xsl). Could you contribute the missing code so that our demo searches are once again running?


Bye,
Daniel


-----Ursprüngliche Nachricht-----
Von: smila-dev-bounces@xxxxxxxxxxx [mailto:smila-dev-bounces@xxxxxxxxxxx] Im Auftrag von Thomas Menzel
Gesendet: Dienstag, 10. Januar 2012 16:25
An: Smila project developer mailing list
Betreff: Re: [smila-dev] Advance notice: Lucene integration will no longer be supportd

Hi Daniel,

A few pointers:
- Don’t forget to drop the old .integration.solr bundle
- the apache.lucene bundles should be replaced with the versions in use by solr and which are currently part of o.a.solr.allinone. 
We had put these all local to the solr bundle in order to run into fewer version/dependency conflicts. 
On the other hand, we could also leave the jars in that bundle but then should export the packages with correct version numbers OR defer all this cleanup stuff when we are switching to solr 3.5.


Thomas Menzel @ brox IT-Solutions GmbH


-----Original Message-----
From: smila-dev-bounces@xxxxxxxxxxx [mailto:smila-dev-bounces@xxxxxxxxxxx] On Behalf Of Daniel Stucky
Sent: Dienstag, 10. Januar 2012 16:14
To: Smila project user mailing list; Smila project developer mailing list
Subject: [smila-dev] Advance notice: Lucene integration will no longer be supportd

Hi everybody,

in preparation of the upcoming release of SMILA 1.0 we are cleaning up and consolidating our bundles and the wiki.
The most important change is that we will no longer support our integration with Lucene but focus on integration with Solr only.
Therefore expect that by the end of the week these bundles will no longer be available.

Here is a list of the bundles to be removed (subject to change):
- org.apache.lucene
- org.apache.lucene.analysis
- org.apache.lucene.search.highlight
- org.apache.lucene.test
- org.eclipse.smila.integration.solr
- org.eclipse.smila.lucene
- org.eclipse.smila.lucene.test
- org.eclipse.smila.search
- org.eclipse.smila.search.datadictionary
- org.eclipse.smila.search.highlighting
- org.eclipse.smila.search.highlighting.test
- org.eclipse.smila.search.utils


I will send a notification when the changes are committed to svn.

Bye,
Daniel
_______________________________________________
smila-dev mailing list
smila-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/smila-dev


http://www.Taglocity.com Tags: smila
_______________________________________________
smila-dev mailing list
smila-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/smila-dev

Back to the top