Re: How to display results across multiple pages when grouping is enabled by default

2011-09-04 Thread Balaji N.S. [via Lucene]
 I got the matching groups value with $grouping.value.matches . Apart from
this $page.results_found is the only parameter for which I can get the
value(Default value is 10). Suggest me some way to get the values of
$page.current_page_number and $page.page_count.

So that I can write my own macro definition for grouping pagination under
VM_global_library.vm.


Thanks in advance.




__
If you reply to this email, your message will be added to the discussion below:
http://lucene.472066.n3.nabble.com/How-to-display-results-across-multiple-pages-when-grouping-is-enabled-by-default-tp3300292p3308558.html
This email was sent by Balaji N.S. (via Nabble)


Re: How to display results across multiple pages when grouping is enabled by default

2011-09-03 Thread Balaji N.S. [via Lucene]
When I specify only 3 no of rows(rows=3) I just get only 3 results. This
problem is not with the no of docs, but with grouping of docs.

Well in velocity script browse.vm there is a code that is related to
pagination.

#if($response.response.get('grouped'))
  #else
  #link_to_previous_page(previous)
  $page.results_found results found.
  Page $page.current_page_number of $page.page_count
  #link_to_next_page(next)
  #end


This code signifies that if the response is a grouped nothin is done. But if
the results are not grouped the link to next page are specified.

I tried pasting this part of code in IF block but the  page.count returned
is zero and link to next page is missing.

Plz help me in this regard.


__
If you reply to this email, your message will be added to the discussion below:
http://lucene.472066.n3.nabble.com/How-to-display-results-across-multiple-pages-when-grouping-is-enabled-by-default-tp3300292p3306685.html
This email was sent by Balaji N.S. (via Nabble)


Re: Solritas issue in opening files

2011-09-01 Thread Balaji N.S. [via Lucene]
Hi 

To open files from local system use file protocol . (file:///followed by
absolute path)

If you are running the application in jboss instead of jetty you can deploy
the input files as a separate war which is exploded and then avoid using
file protocol.

File protocol is erroneous. It is not supported by reputed browser like
Firefox. 




__
If you reply to this email, your message will be added to the discussion below:
http://lucene.472066.n3.nabble.com/Solritas-issue-in-opening-files-tp3300836p3300867.html
This email was sent by Balaji N.S. (via Nabble)
To receive all replies by email, subscribe to this discussion: 
http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=subscribe_by_codenode=3300836code=c29sci11c2VyQGx1Y2VuZS5hcGFjaGUub3JnfDMzMDA4MzZ8MTIyNjQ0MTk0Mg==

Re: Solritas issue in opening files

2011-09-01 Thread Balaji N.S. [via Lucene]
Hi

To open files from local system use file protocol . (file:///followed by
absolute path)

If you are running the application in jboss instead of jetty you can deploy
the input files as a separate war which is exploded and then avoid using
file protocol.

File protocol is erroneous. It is not supported by reputed browser like
Firefox.



__
If you reply to this email, your message will be added to the discussion below:
http://lucene.472066.n3.nabble.com/Solritas-issue-in-opening-files-tp3300836p3300872.html
This email was sent by Balaji N.S. (via Nabble)
To receive all replies by email, subscribe to this discussion: 
http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=subscribe_by_codenode=3300836code=c29sci11c2VyQGx1Y2VuZS5hcGFjaGUub3JnfDMzMDA4MzZ8MTIyNjQ0MTk0Mg==

How to display results across multiple pages when grouping is enabled by default

2011-08-31 Thread Balaji N.S. [via Lucene]
Solr 3.3 is what I use and I have configured grouping of results by default.
I have some 30-40 sample documents in my index. I use Solritas UI . When I
search I don't get the results across pages. Even when I specify an empty
query the results that are returned are just for the first page.

What file in the velocity script should I change to achieve this . Can you
please help me out.



__
If you reply to this email, your message will be added to the discussion below:
http://lucene.472066.n3.nabble.com/How-to-display-results-across-multiple-pages-when-grouping-is-enabled-by-default-tp3300292p3300292.html
This email was sent by Balaji N.S. (via Nabble)
To receive all replies by email, subscribe to this discussion: 
http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=subscribe_by_codenode=3300292code=c29sci11c2VyQGx1Y2VuZS5hcGFjaGUub3JnfDMzMDAyOTJ8MTIyNjQ0MTk0Mg==