Do you mean you want the URLs to be extracted on the client? If so, no. Filters/analyzers reside on the server, not the client. You'll have to do it with custom code....
Erick On Tue, Jan 19, 2010 at 5:48 PM, Bogdan Vatkov <bogdan.vat...@gmail.com>wrote: > Hi, > > I want to extract URLs (http://..., as well as file://... or even //.....) > while pushing documents into Solr. > Is it possible with the Filters/Analyzers available nowadays? > I looked into the doc but could not find anything related to it. > > Best regards, > Bogdan >