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

Tom,

is there a way to get the schema for a core from the Solr server ?
I would like to know all defined field names.


Thanks,
Daniel


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

Hi Daniel,

> - highlighting: the configuration as described on http://wiki.eclipse.org/SMILA/Documentation/Solr#Highlighting is now also supported as Pipelet configuration
I guess u mean the more generic smila convention @ http://wiki.eclipse.org/SMILA/Documentation/Search#Query_Parameters?
Super, that was still on our todo list.


Thomas Menzel @ brox IT-Solutions GmbH


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

Hi,

- highlighting: the configuration as described on http://wiki.eclipse.org/SMILA/Documentation/Solr#Highlighting is now also supported as Pipelet configuration
- empty query: the problem is that search page http://localhost:8080/SMILA/search cannot be displayer correctly if no query is provided. And so you can never display the query input fields

I will try to add a simple query generation if no query is entered based on attributes available in the schema and also try to check the input record if enough information is set to execute a query and otherwise return an empty result to display the search page.

Bye,
Daniel


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

Hi Daniel,

Regarding ur points:

> highlighting
Do you mean the solr highlighting or the smila highlighting here?

> use cases w/o query
Yes, these are valid cases, although I see no need to support this now from the search servlet side.
What do you want to improve here exactly? 

> works only with SMILASearchDefault.xsl
I had discussed this point with Igor that this migration still needs to be done. So, unfortunately I don’t have code I could contribute...

Thomas Menzel @ brox IT-Solutions GmbH

-----Original Message-----
From: smila-dev-bounces@xxxxxxxxxxx [mailto:smila-dev-bounces@xxxxxxxxxxx] On Behalf Of Daniel Stucky
Sent: Mittwoch, 11. Januar 2012 14:50
To: Smila project developer mailing list
Subject: 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
_______________________________________________
smila-dev mailing list
smila-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/smila-dev
_______________________________________________
smila-dev mailing list
smila-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/smila-dev
_______________________________________________
smila-dev mailing list
smila-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/smila-dev
_______________________________________________
smila-dev mailing list
smila-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/smila-dev

Back to the top