Hello,
If I write a custom analyser that accept a specific attribut in the
constructor
public MyCustomAnalyzer(String myAttribute);
Is there a way to dynamically send a value for this attribute from Solr at
index time in the XML Message ?
.
Obviously, in Sorl shema.xml, the "cont
our own syntax to do that. However, the analyzer chain in
> the query phase does not receive the parsed query, so you have to in
> some way change this.
>
> On Mon, Mar 8, 2010 at 2:14 AM, dbejean wrote:
>>
>> Hello,
>>
>> If I write a custom analyser that accept a s
So, the way I made my analyzer is the good one. Thank you.
hossman wrote:
>
>
> : If I write a custom analyser that accept a specific attribut in the
> : constructor
> :
> : public MyCustomAnalyzer(String myAttribute);
> :
> : Is there a way to dynamically send a value for this attribute fro
Hello,
Just in order to be able to show term highlighting in my results list, I
store all the indexed data in the Lucene index and so, it is very huge
(108Gb). Is there any possibilities to do it in an other way ? Now or in the
future, is it possible that Solr use a 3nd-party tool such as ehcache
ase
> queries.
> http://issues.apache.org/jira/browse/SOLR-1397
>
> On Mon, Mar 15, 2010 at 4:09 PM, dbejean
> wrote:
>>
>> Hello,
>>
>> Just in order to be able to show term highlighting in my results list, I
>> store all the indexed data in the Lucene index and so, it