Re: Not able to see the output when search is clicked

2012-01-11 Thread Gora Mohanty
On Wed, Jan 11, 2012 at 5:57 PM, Rajdeep Alapati
 wrote:
> Hi Mohanty,
>
>
> I have entered *:* in the search box and the url it redirected to was
>
>
> "http://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on";

OK, this looks fine: I was just wondering if you had missed the *:*

> and the output was the below content where i expected 3 rows in 3 items

That output is from the import, and not from the query. It does show
that the data import completed successfully, committed, and optimised
the index.

Maybe, your fields are not set up correctly. Could you share your
schema.xml, and the DIH configuration file, data-config.xml?
Preferably, use pastebin.com for these.

Regards,
Gora


Re: Not able to see the output when search is clicked

2012-01-11 Thread Erick Erickson
Several questions:

1> did you commit after the full import?
2> have you tried looking at the interactive DIH console? See:
 http://wiki.apache.org/solr/DataImportHandler#interactive
3> Do your Solr logs show anything?

Best
Erick

On Wed, Jan 11, 2012 at 7:27 AM, Rajdeep Alapati
 wrote:
> Hi Mohanty,
>
>
> I have entered *:* in the search box and the url it redirected to was
>
>
> "http://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on";
>
> and the output was the below content where i expected 3 rows in 3 items
>
>
> Thanks
> Raj Deep Alapati
>
>
>
>  
> - 
> - 
>  0
>  0
>  
> - 
> - 
>  db-data-config.xml
>  
>  
>  idle
>  
> - 
>  1
>  3
>  0
>  2012-01-10 06:24:14
>  Indexing completed. Added/Updated: 3 documents. Deleted 0 
> documents.
>  2012-01-10 06:24:16
>  2012-01-10 06:24:16
>  3
>  0:0:2.578
>  
>  This response format is experimental. It is likely to 
> change in the future.
>  
> ________________________
> From: Gora Mohanty [g...@mimirtech.com]
> Sent: 11 January 2012 17:15
> To: solr-user@lucene.apache.org
> Subject: Re: Not able to see the output when search is clicked
>
> On Wed, Jan 11, 2012 at 4:31 PM, Rajdeep Alapati
>  wrote:
> [...]
>
>> 5) Make full import http request for data to get indexed into solr server. 
>> Even though i see that all the rows are indexed but not able to find results 
>> when search is clicked on the admin page
>
> Sorry, what do you mean by "when search is clicked on the admin page"?
> What are you entering in the text input box? Please, cut and paste the
> exact URL that you are taken to after clicking.
>
> Regards,
> Gora
> Benefitfocus is the largest benefits technology provider in the U.S.
> More than 15 million consumers, 300,000 employers and 60,000 brokers
> use our cloud-based platform to shop, enroll, manage and exchange all
> their benefits in one place. From consumer engagement and education
> to enrollment, communication and billing, Benefitfocus is helping
> companies find a better way to manage their benefits. For
> more information, visit www.benefitfocus.com
> Benefitfocus ­ All Your Benefits. One Place.
>
> CONFIDENTIALITY NOTICE: This message and any attachments are for the
> use of the intended individuals and may contain information that is
> confidential and exempt from disclosure under law. If you are not the
> intended recipient, any further use, distribution, or disclosure of this
> message or attachments is strictly prohibited. If you have received this
> communication in error, please contact the sender or 
> bfpostmas...@benefitfocus.com
> immediately and delete this message and any attachments from your system. 
> (01/2012)
>


RE: Not able to see the output when search is clicked

2012-01-11 Thread Rajdeep Alapati
Hi Mohanty,


I have entered *:* in the search box and the url it redirected to was 


"http://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on";

and the output was the below content where i expected 3 rows in 3 items


Thanks
Raj Deep Alapati



   
- 
- 
  0 
  0 
  
- 
- 
  db-data-config.xml 
  
  
  idle 
   
- 
  1 
  3 
  0 
  2012-01-10 06:24:14 
  Indexing completed. Added/Updated: 3 documents. Deleted 0 
documents. 
  2012-01-10 06:24:16 
  2012-01-10 06:24:16 
  3 
  0:0:2.578 
  
  This response format is experimental. It is likely to 
change in the future. 
  

From: Gora Mohanty [g...@mimirtech.com]
Sent: 11 January 2012 17:15
To: solr-user@lucene.apache.org
Subject: Re: Not able to see the output when search is clicked

On Wed, Jan 11, 2012 at 4:31 PM, Rajdeep Alapati
 wrote:
[...]

> 5) Make full import http request for data to get indexed into solr server. 
> Even though i see that all the rows are indexed but not able to find results 
> when search is clicked on the admin page

Sorry, what do you mean by "when search is clicked on the admin page"?
What are you entering in the text input box? Please, cut and paste the
exact URL that you are taken to after clicking.

Regards,
Gora
Benefitfocus is the largest benefits technology provider in the U.S. 
More than 15 million consumers, 300,000 employers and 60,000 brokers 
use our cloud-based platform to shop, enroll, manage and exchange all 
their benefits in one place. From consumer engagement and education 
to enrollment, communication and billing, Benefitfocus is helping 
companies find a better way to manage their benefits. For 
more information, visit www.benefitfocus.com 
Benefitfocus ­ All Your Benefits. One Place.

CONFIDENTIALITY NOTICE: This message and any attachments are for the 
use of the intended individuals and may contain information that is 
confidential and exempt from disclosure under law. If you are not the 
intended recipient, any further use, distribution, or disclosure of this 
message or attachments is strictly prohibited. If you have received this 
communication in error, please contact the sender or 
bfpostmas...@benefitfocus.com 
immediately and delete this message and any attachments from your system. 
(01/2012)



Re: Not able to see the output when search is clicked

2012-01-11 Thread Gora Mohanty
On Wed, Jan 11, 2012 at 4:31 PM, Rajdeep Alapati
 wrote:
[...]

> 5) Make full import http request for data to get indexed into solr server. 
> Even though i see that all the rows are indexed but not able to find results 
> when search is clicked on the admin page

Sorry, what do you mean by "when search is clicked on the admin page"?
What are you entering in the text input box? Please, cut and paste the
exact URL that you are taken to after clicking.

Regards,
Gora