...@id.ethz.ch]
Sent: Montag, 7. April 2014 11:20
To: solr-user@lucene.apache.org
Subject: RE: Query and field name with wildcard
Hello Alex,
I saw your example and took it as template for my needs.
I tried with the aliasing, but, maybe because I did it wrong, it does not
work...
"error":
solr-user@lucene.apache.org
Subject: Re: Query and field name with wildcard
Are you using eDisMax. That gives a lot of options, including field aliasing,
including a single name to multiple fields:
http://wiki.apache.org/solr/ExtendedDisMax#Field_aliasing_.2F_renaming
(with example on p77 of my book
2014 8:13 AM
To: solr-user@lucene.apache.org
Subject: Re: Query and field name with wildcard
Hi,
bq. possible to search a word over the entire index.
You can a get list of all searchable fields (indexed=true) programmatically
by https://wiki.apache.org/solr/LukeRequestHandler
And then you ca
Hi,
bq. possible to search a word over the entire index.
You can a get list of all searchable fields (indexed=true) programmatically by
https://wiki.apache.org/solr/LukeRequestHandler
And then you can fed this list to qf parameter of (e)dismax.
This could be implemented as a custom query parser
Are you using eDisMax. That gives a lot of options, including field
aliasing, including a single name to multiple fields:
http://wiki.apache.org/solr/ExtendedDisMax#Field_aliasing_.2F_renaming
(with example on p77 of my book
http://www.packtpub.com/apache-solr-for-indexing-data/book :-)
Regards,