Solr + velocity user to session/cookie

2014-01-07 Thread ostrowskij
Hi,
I have to keep login and password in some way. And read it in my
RequestHandler.

Is that possible to add my own session or cookies do solr or velocity? How?

Thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-velocity-user-to-session-cookie-tp4109965.html
Sent from the Solr - User mailing list archive at Nabble.com.


Pagination searchComponent

2014-01-15 Thread ostrowskij
*Hi,

I'm trying to add searchComponent to my solr. It works fine except
pagination. The results are print but pagination get data from solr quey
results. Have any ideas?
 Xml returned:*

 
   
  
0
8972
  

   
 true
 layout
 id,title,author,last_modified,size,score,confuenceContent
 content
 All
 6
 xmlbrowse
 10
 xml
 s
 10
  

   
   
   

*
And config:*


 
   All

   
   velocity

   browse
   layout

   content
   
   10
   id,title,author,last_modified,size,score,confuenceContent

  

 
 
   confuenceComponent
 
  

  
  
string


  default
  content
  
  confuenceComponent
  true






--
View this message in context: 
http://lucene.472066.n3.nabble.com/Pagination-searchComponent-tp4111393.html
Sent from the Solr - User mailing list archive at Nabble.com.