Indexing HTML table into SOLR

2015-11-11 Thread Sznajder ForMailingList
Hi, Does one of you have some pointers (articles, papers, etc...) or experience to share about the right way for indexing the html tables content into Solr Documents? Thanks! Benjamin

"Avoiding" a schema.xml

2015-04-30 Thread Sznajder ForMailingList
Hi, I am interested to index some documents in Solr, as I did in Lucene. I mean: giving via solrJ all the information about the field I am adding (Tokenize, store, facet etc...) can we do that? Or is it mandatory to define a schema on the collection? Thanks a lot! Benjamin

Re: "Avoiding" a schema.xml

2015-05-02 Thread Sznajder ForMailingList
Thu, Apr 30, 2015 at 8:12 AM, Shawn Heisey wrote: > > On 4/30/2015 8:43 AM, Sznajder ForMailingList wrote: > >> I am interested to index some documents in Solr, as I did in Lucene. > >> > >> I mean: giving via solrJ all the information about the field I am adding

Creating a new collection via solrj

2015-05-12 Thread Sznajder ForMailingList
Hi, I would like to create programmatically a new collection with a given Schema (the schema.xml file is in my java project under a folder configuration/, for example) However, I did not find a solrj example describing these steps. If one of you could help.. thanks! Benjamin

HW requirements

2015-05-27 Thread Sznajder ForMailingList
Hi , Could you give me some hints wrt HW requirements for Solr if I need to index about 400 Gigas of text? Thanks Benjamin

UI Velocity

2015-05-28 Thread Sznajder ForMailingList
Hi I tried to use the UI Velocity from Solr. Could you please help in the following: - how do I define the fields from my schema that I would like to be displayed as facet in the UI? Thanks! Benjamin

UI Admin - and "stored=false" fields

2015-06-01 Thread Sznajder ForMailingList
Hi I am indexing some content under "text" field. In the schema.xml "text" field is defined as : However, when I am looking to the documents via the UI http://localhost:8983/solr/#/sec_600b/query I see the text field content in the returned documents. Do I make a mistake? Or this behavio

Velocity UI and hyperlink

2015-06-08 Thread Sznajder ForMailingList
Hi I would like one of the fields, I display in the results of Velocity UI, to be a hyperlink. In my example, I am storing a field "url" containing the link to the online page of the indexed document and I would like to have this displayed field a hyperlink to this page. Could you please indicat

Re: Velocity UI and hyperlink

2015-06-08 Thread Sznajder ForMailingList
th to > be more precise) and modify it to render a hyperlink around > $doc.getFirstValue(“url”), maybe something like: > > http://www.lucidworks.com > > > > > > On Jun 8, 2015, at 4:29 PM, Sznajder ForMailingList < > bs4mailingl...@gmail.com> wrote: >

Re: Velocity UI and hyperlink

2015-06-08 Thread Sznajder ForMailingList
help from there. > > — > Erik Hatcher, Senior Solutions Architect > http://www.lucidworks.com > > > > > > On Jun 8, 2015, at 5:07 PM, Sznajder ForMailingList < > bs4mailingl...@gmail.com> wrote: > > > > Thanks!! > > > > However, each t

Re: Velocity UI and hyperlink

2015-06-10 Thread Sznajder ForMailingList
e collection but once you do it’ll incorporate the changes. > > — > Erik Hatcher, Senior Solutions Architect > http://www.lucidworks.com <http://www.lucidworks.com/> > > > > > > On Jun 8, 2015, at 5:37 PM, Sznajder ForMailingList < > bs4mailingl.

Highlight in Velocity UI on Google Chrome

2015-06-16 Thread Sznajder ForMailingList
Hi, I was testing the highlight feature and played with the techproducts example. It appears that the highlighting works on Mozilla Firefox, but not on Google Chrome. For your information Benjamin

"More" facets or "Less" facets in the Velocity UI

2015-06-23 Thread Sznajder ForMailingList
Hi Is there a way to add a link "More" (or "Less") under the list of facet's values, in aim to display more facets values? Thanks! Benjamin